View Source GoogleApi.CSS.V1.Model.CssProductStatus (google_api_css v0.4.0)

The status of the Css Product, data validation issues, that is, information about the Css Product computed asynchronously.

Attributes

  • creationDate (type: DateTime.t, default: nil) - Date on which the item has been created, in ISO 8601 format.
  • destinationStatuses (type: list(GoogleApi.CSS.V1.Model.DestinationStatus.t), default: nil) - The intended destinations for the product.
  • googleExpirationDate (type: DateTime.t, default: nil) - Date on which the item expires, in ISO 8601 format.
  • itemLevelIssues (type: list(GoogleApi.CSS.V1.Model.ItemLevelIssue.t), default: nil) - A list of all issues associated with the product.
  • lastUpdateDate (type: DateTime.t, default: nil) - Date on which the item has been last updated, in ISO 8601 format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CSS.V1.Model.CssProductStatus{
  creationDate: DateTime.t() | nil,
  destinationStatuses: [GoogleApi.CSS.V1.Model.DestinationStatus.t()] | nil,
  googleExpirationDate: DateTime.t() | nil,
  itemLevelIssues: [GoogleApi.CSS.V1.Model.ItemLevelIssue.t()] | nil,
  lastUpdateDate: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.