View Source GoogleApi.DisplayVideo.V3.Model.NonSkippableAd (google_api_display_video v0.38.3)

Details for a non-skippable ad.

Attributes

  • commonInStreamAttribute (type: GoogleApi.DisplayVideo.V3.Model.CommonInStreamAttribute.t, default: nil) - Common ad attributes.
  • customParameters (type: map(), default: nil) - The custom parameters to pass custom values to tracking URL template.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DisplayVideo.V3.Model.NonSkippableAd{
  commonInStreamAttribute:
    GoogleApi.DisplayVideo.V3.Model.CommonInStreamAttribute.t() | nil,
  customParameters: map() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.