Class AvailabilityConfig
Common proto for Live and VOD geo-restrictions
Implements
Inherited Members
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 |