GoogleApi.Content.V21.Model.CollectionStatus (google_api_content v0.49.0) View Source
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, e.g. "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, e.g. "2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.CollectionStatus{
collectionLevelIssuses: [
GoogleApi.Content.V21.Model.CollectionStatusItemLevelIssue.t()
],
creationDate: String.t(),
destinationStatuses: [
GoogleApi.Content.V21.Model.CollectionStatusDestinationStatus.t()
],
id: String.t(),
lastUpdateDate: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.