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

The status of a product, that is, information about a product computed asynchronously.

Attributes

  • creationDate (type: String.t, default: nil) - Date on which the item has been created, in ISO 8601 format.
  • destinationStatuses (type: list(GoogleApi.Content.V21.Model.ProductStatusDestinationStatus.t), default: nil) - The intended destinations for the product.
  • googleExpirationDate (type: String.t, default: nil) - Date on which the item expires in Google Shopping, in ISO 8601 format.
  • itemLevelIssues (type: list(GoogleApi.Content.V21.Model.ProductStatusItemLevelIssue.t), default: nil) - A list of all issues associated with the product.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "content#productStatus"
  • lastUpdateDate (type: String.t, default: nil) - Date on which the item has been last updated, in ISO 8601 format.
  • link (type: String.t, default: nil) - The link to the product.
  • productId (type: String.t, default: nil) - The ID of the product for which status is reported.
  • title (type: String.t, default: nil) - The title of the product.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ProductStatus{
  creationDate: String.t() | nil,
  destinationStatuses:
    [GoogleApi.Content.V21.Model.ProductStatusDestinationStatus.t()] | nil,
  googleExpirationDate: String.t() | nil,
  itemLevelIssues:
    [GoogleApi.Content.V21.Model.ProductStatusItemLevelIssue.t()] | nil,
  kind: String.t() | nil,
  lastUpdateDate: String.t() | nil,
  link: String.t() | nil,
  productId: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.