Interface GoogleApiYouTubeVideoCategoryResource

Index

Properties

Properties

public etag: string

The ETag of the videoCategory resource.

public id: string

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

public kind: string

The type of the API resource. For video category resources, the value will be youtube#videoCategory.

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

The snippet object contains basic details about the video category, including its title.

public snippet.channelId: string

The YouTube channel that created the video category.

public snippet.title: string

The video categorys title.