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

The status of the promotion.

Attributes

  • creationDate (type: String.t, default: nil) - Date on which the promotion has been created in ISO 8601 format: Date, time, and offset, for example "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
  • destinationStatuses (type: list(GoogleApi.Content.V21.Model.PromotionPromotionStatusDestinationStatus.t), default: nil) - The intended destinations for the promotion.
  • lastUpdateDate (type: String.t, default: nil) - Date on which the promotion status has been last updated in ISO 8601 format: Date, time, and offset, for example "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
  • promotionIssue (type: list(GoogleApi.Content.V21.Model.PromotionPromotionStatusPromotionIssue.t), default: nil) - A list of issues associated with the promotion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.PromotionPromotionStatus{
  creationDate: String.t() | nil,
  destinationStatuses:
    [GoogleApi.Content.V21.Model.PromotionPromotionStatusDestinationStatus.t()]
    | nil,
  lastUpdateDate: String.t() | nil,
  promotionIssue:
    [GoogleApi.Content.V21.Model.PromotionPromotionStatusPromotionIssue.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.