Class VideoMonetizationDetails
Details about monetization of a YouTube Video.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoMonetizationDetails : IDirectResponseSchema
Properties
Access
The value of access indicates whether the video can be monetized or not.
Declaration
[JsonProperty("access")]
public virtual AccessPolicy Access { get; set; }
Property Value
Type | Description |
---|---|
AccessPolicy |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |