Show / Hide Table of Contents

Class ChannelSectionTargeting

ChannelSection targeting setting.

Inheritance
object
ChannelSectionTargeting
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX