Class AvailabilityConfigRegionsConfigRegionInterval
Region and time window where video is available for the region.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class AvailabilityConfigRegionsConfigRegionInterval : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Interval
Time window where video is available for the region. 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 |
RegionCode
Required. Region where video is available
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |