Class AvailabilityConfigGlobalConfig
Video is available in all regions except the ones specified in the excluded_region_codes list.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class AvailabilityConfigGlobalConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExcludedRegionCodes
Optional. Regions where video is blocked
Declaration
[JsonProperty("excludedRegionCodes")]
public virtual IList<string> ExcludedRegionCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Interval
Default time window where video is available for all non-blocked regions Not supported for upcoming / active live broadcasts. If start time is unspecified, video is already available If end time is unspecified, video is available forever Specified start and end times cannot be more than five years in the future.
Declaration
[JsonProperty("interval")]
public virtual Interval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| Interval |