Interface GoogleApiYouTubeGuideCategoryResource

Index

Properties

Properties

public etag: string

The ETag of the guideCategory resource.

public id: string

The ID that YouTube uses to uniquely identify the guide category.

public kind: string

The type of the API resource. For guideCategory resources, the value will be youtube#guideCategory.

public snippet: { channelId: string; title: string; }

The snippet object contains basic details about the category, such as its title.

public snippet.channelId: string

The ID that YouTube uses to uniquely identify the channel publishing the guide category.

public snippet.title: string

The categorys title.