Class CuepointSchedule
Schedule to insert cuepoints into a broadcast by ads automator.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class CuepointSchedule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
This field is semantically required. If it is set false or not set, other fields in this message will be ignored.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PauseAdsUntil
If set, automatic cuepoint insertion is paused until this timestamp ("No Ad Zone"). The value is specified in ISO 8601 format.
Declaration
[JsonProperty("pauseAdsUntil")]
public virtual string PauseAdsUntil { get; set; }
Property Value
Type | Description |
---|---|
string |
RepeatIntervalSecs
Interval frequency in seconds that api uses to insert cuepoints automatically.
Declaration
[JsonProperty("repeatIntervalSecs")]
public virtual int? RepeatIntervalSecs { get; set; }
Property Value
Type | Description |
---|---|
int? |
ScheduleStrategy
The strategy to use when scheduling cuepoints.
Declaration
[JsonProperty("scheduleStrategy")]
public virtual string ScheduleStrategy { get; set; }
Property Value
Type | Description |
---|---|
string |