Class ChannelSectionTargeting
ChannelSection targeting setting.
Inheritance
System.Object
ChannelSectionTargeting
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Collections.Generic.IList<System.String> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Languages
The language the channel section is targeting.
Declaration
[JsonProperty("languages")]
public virtual IList<string> Languages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
Regions
The region the channel section is targeting.
Declaration
[JsonProperty("regions")]
public virtual IList<string> Regions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |