Show / Hide Table of Contents

Class AvailabilityConfig

Common proto for Live and VOD geo-restrictions

Inheritance
object
AvailabilityConfig
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 AvailabilityConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GlobalConfig

Video is available in all regions except the ones specified in the config.

Declaration
[JsonProperty("globalConfig")]
public virtual AvailabilityConfigGlobalConfig GlobalConfig { get; set; }
Property Value
Type Description
AvailabilityConfigGlobalConfig

RegionsConfig

Video is available in the specified regions only.

Declaration
[JsonProperty("regionsConfig")]
public virtual AvailabilityConfigRegionsConfig RegionsConfig { get; set; }
Property Value
Type Description
AvailabilityConfigRegionsConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX