View Source GoogleApi.DisplayVideo.V1.Model.CustomBiddingModelReadinessState (google_api_display_video v0.35.0)

The custom bidding algorithm model readiness state 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.CustomBiddingModelReadinessState{
  advertiserId: String.t() | nil,
  readinessState: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.