Class AvailabilityConfigRegionsConfig
Video is available in the specified regions only.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class AvailabilityConfigRegionsConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionIntervals
Required. List of regions and time windows where video is available. If a region is specified multiple times, the union of all intervals is used.
Declaration
[JsonProperty("regionIntervals")]
public virtual IList<AvailabilityConfigRegionsConfigRegionInterval> RegionIntervals { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AvailabilityConfigRegionsConfigRegionInterval> |