Show / Hide Table of Contents

Class VideoOffset

Video Offset

Inheritance
object
VideoOffset
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX