Class ChannelSectionTargeting
ChannelSection targeting setting.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelSectionTargeting : IDirectResponseSchema
Properties
Countries
The country the channel section is targeting.
Declaration
[JsonProperty("countries")]
public virtual IList<string> Countries { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Languages
The language the channel section is targeting.
Declaration
[JsonProperty("languages")]
public virtual IList<string> Languages { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Regions
The region the channel section is targeting.
Declaration
[JsonProperty("regions")]
public virtual IList<string> Regions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |