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

The details of a custom bidding algorithm model for a single shared advertiser.

Attributes

  • advertiserId (type: String.t, default: nil) - The unique ID of the relevant advertiser.
  • readinessState (type: String.t, default: nil) - The readiness state of custom bidding model.
  • suspensionState (type: String.t, default: nil) - Output only. The suspension state of custom bidding model.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DisplayVideo.V3.Model.CustomBiddingModelDetails{
  advertiserId: String.t() | nil,
  readinessState: String.t() | nil,
  suspensionState: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.