Show / Hide Table of Contents

Class VideoAdSequenceStep

The detail of a single step in a VideoAdSequence.

Inheritance
object
VideoAdSequenceStep
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.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class VideoAdSequenceStep : IDirectResponseSchema

Properties

AdGroupId

The ID of the corresponding ad group of the step.

Declaration
[JsonProperty("adGroupId")]
public virtual long? AdGroupId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InteractionType

The interaction on the previous step that will lead the viewer to this step. The first step does not have interaction_type.

Declaration
[JsonProperty("interactionType")]
public virtual string InteractionType { get; set; }
Property Value
Type Description
string

PreviousStepId

The ID of the previous step. The first step does not have previous step.

Declaration
[JsonProperty("previousStepId")]
public virtual long? PreviousStepId { get; set; }
Property Value
Type Description
long?

StepId

The ID of the step.

Declaration
[JsonProperty("stepId")]
public virtual long? StepId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX