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

The collectionstatus message.

Attributes

  • collectionLevelIssuses (type: list(GoogleApi.Content.V21.Model.CollectionStatusItemLevelIssue.t), default: nil) - A list of all issues associated with the collection.
  • creationDate (type: String.t, default: nil) - Date on which the collection 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.CollectionStatusDestinationStatus.t), default: nil) - The intended destinations for the collection.
  • id (type: String.t, default: nil) - Required. The ID of the collection for which status is reported.
  • lastUpdateDate (type: String.t, default: nil) - Date on which the collection 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"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.CollectionStatus{
  collectionLevelIssuses:
    [GoogleApi.Content.V21.Model.CollectionStatusItemLevelIssue.t()] | nil,
  creationDate: String.t() | nil,
  destinationStatuses:
    [GoogleApi.Content.V21.Model.CollectionStatusDestinationStatus.t()] | nil,
  id: String.t() | nil,
  lastUpdateDate: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.