View Source GoogleApi.DisplayVideo.V3.Model.VideoAdSequenceStep (google_api_display_video v0.34.0)

The detail of a single step in a VideoAdSequence.

Attributes

  • adGroupId (type: String.t, default: nil) - The ID of the corresponding ad group of the step.
  • interactionType (type: String.t, default: nil) - The interaction on the previous step that will lead the viewer to this step. The first step does not have interaction_type.
  • previousStepId (type: String.t, default: nil) - The ID of the previous step. The first step does not have previous step.
  • stepId (type: String.t, default: nil) - The ID of the step.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.VideoAdSequenceStep{
  adGroupId: String.t() | nil,
  interactionType: String.t() | nil,
  previousStepId: String.t() | nil,
  stepId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.