View Source GoogleApi.Content.V21.Model.PromotionPromotionStatusDestinationStatus (google_api_content v0.67.1)

The destination status of the promotion.

Attributes

  • destination (type: String.t, default: nil) - The name of the destination.
  • status (type: String.t, default: nil) - The status for the specified destination.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.PromotionPromotionStatusDestinationStatus{
  destination: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.