Show / Hide Table of Contents

Class AvailabilityConfigRegionsConfigRegionInterval

Region and time window where video is available for the region.

Inheritance
object
AvailabilityConfigRegionsConfigRegionInterval
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX