REST Resource: assetLabels
Stay organized with collections
Save and categorize content based on your preferences.
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 an asset label for an owner. |
|
Retrieves a list of all asset labels for an owner. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-23 UTC."],[[["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."]]],[]]