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

A single custom bidding script.

Attributes

  • active (type: boolean(), default: nil) - Output only. Whether the script is currently being used for scoring by the parent algorithm.
  • createTime (type: DateTime.t, default: nil) - Output only. The time when the script was created.
  • customBiddingAlgorithmId (type: String.t, default: nil) - Output only. The unique ID of the custom bidding algorithm the script belongs to.
  • customBiddingScriptId (type: String.t, default: nil) - Output only. The unique ID of the custom bidding script.
  • errors (type: list(GoogleApi.DisplayVideo.V1.Model.ScriptError.t), default: nil) - Output only. Error details of a rejected custom bidding script. This field will only be populated when state is REJECTED.
  • name (type: String.t, default: nil) - Output only. The resource name of the custom bidding script.
  • script (type: GoogleApi.DisplayVideo.V1.Model.CustomBiddingScriptRef.t, default: nil) - The reference to the uploaded script file.
  • state (type: String.t, default: nil) - Output only. The state of the custom bidding script.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.CustomBiddingScript{
  active: boolean() | nil,
  createTime: DateTime.t() | nil,
  customBiddingAlgorithmId: String.t() | nil,
  customBiddingScriptId: String.t() | nil,
  errors: [GoogleApi.DisplayVideo.V1.Model.ScriptError.t()] | nil,
  name: String.t() | nil,
  script: GoogleApi.DisplayVideo.V1.Model.CustomBiddingScriptRef.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.