GoogleApi.DFAReporting.V34.Model.PlacementAssignment (google_api_dfa_reporting v0.31.0)

View Source

Placement Assignment.

Attributes

  • active (type: boolean(), default: nil) - Whether this placement assignment is active. When true, the placement will be included in the ad's rotation.
  • placementId (type: String.t, default: nil) - ID of the placement to be assigned. This is a required field.
  • placementIdDimensionValue (type: GoogleApi.DFAReporting.V34.Model.DimensionValue.t, default: nil) - Dimension value for the ID of the placement. This is a read-only, auto-generated field.
  • sslRequired (type: boolean(), default: nil) - Whether the placement to be assigned requires SSL. This is a read-only field that is auto-generated when the ad is inserted or updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.PlacementAssignment{
  active: boolean() | nil,
  placementId: String.t() | nil,
  placementIdDimensionValue:
    GoogleApi.DFAReporting.V34.Model.DimensionValue.t() | nil,
  sslRequired: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.