Show / Hide Table of Contents

Class AvailabilityConfigRegionsConfig

Video is available in the specified regions only.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX