REST Resource: assetLabels

  • An assetLabel resource represents a label for assets owned by a content owner.

  • The JSON representation of an assetLabel includes labelName and kind.

  • The kind field for assetLabel resources is youtubePartner#assetLabel.

  • You can insert new asset labels using the insert method.

  • You can retrieve a list of all asset labels for a given owner using the list method.

Resource: AssetLabel

An assetLabel resource represents an Asset Label for a certain content owner.

JSON representation
{
  "labelName": string,
  "kind": string
}
Fields
labelName

string

Name of the asset label.

kind

string

The type of the API resource. For assetLabel resources, this value is youtubePartner#assetLabel.

Methods

insert

Insert an asset label for an owner.

list

Retrieves a list of all asset labels for an owner.