Class VideoOffset
Video Offset
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class VideoOffset : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OffsetPercentage
Duration, as a percentage of video duration. Do not set when offsetSeconds is set. Acceptable values are 0 to 100, inclusive.
Declaration
[JsonProperty("offsetPercentage")]
public virtual int? OffsetPercentage { get; set; }
Property Value
Type | Description |
---|---|
int? |
OffsetSeconds
Duration, in seconds. Do not set when offsetPercentage is set. Acceptable values are 0 to 86399, inclusive.
Declaration
[JsonProperty("offsetSeconds")]
public virtual int? OffsetSeconds { get; set; }
Property Value
Type | Description |
---|---|
int? |