Resource: RightsOwnership
The rightsOwnership
resource represents the ownership data for an asset. It identifies an asset's owners and provides additional details about their ownership, such as the territories where they own the asset.
JSON representation |
---|
{ "general": [ { object ( |
Fields | |
---|---|
general[] |
A list that identifies the owners of an asset and the territories where each owner has ownership. General asset ownership is used for all types of assets and is the only type of ownership data that can be provided for assets that are not compositions. |
performance[] |
A list that identifies owners of the performance rights for a composition asset. |
synchronization[] |
A list that identifies owners of the synchronization rights for a composition asset. |
mechanical[] |
A list that identifies owners of the mechanical rights for a composition asset. |
kind |
The type of the API resource. For |
TerritoryOwners
Represents ownership conflict in a single territory.
JSON representation |
---|
{ "type": string, "territories": [ string ], "ratio": number, "owner": string, "publisher": string } |
Fields | |
---|---|
type |
This field indicates whether the ownership data applies or does not apply in the specified territories. |
territories[] |
A list of territories where the owner owns (or does not own) the asset. Each territory is an ISO 3166 two-letter country code.. |
ratio |
The percentage of the asset that the owner controls or administers. For composition assets, the value can be any value between |
owner |
The name of the asset's owner or rights administrator. |
publisher |
The name of the asset's publisher. This field is only used for composition assets, and it is used when the asset owner is not known to have a formal relationship established with YouTube. |
Methods |
|
---|---|
|
Retrieves the ownership data provided for the specified asset by the content owner associated with the authenticated user. |
|
Provides new ownership information for the specified asset. |
|
Provides new ownership information for the specified asset. |