google_api_content v0.9.0 GoogleApi.Content.V2.Model.ProductStatus View Source

The status of a product, i.e., information about a product computed asynchronously.

Attributes

  • creationDate (String.t): Date on which the item has been created, in ISO 8601 format. Defaults to: null.
  • dataQualityIssues ([ProductStatusDataQualityIssue]): DEPRECATED - never populated Defaults to: null.
  • destinationStatuses ([ProductStatusDestinationStatus]): The intended destinations for the product. Defaults to: null.
  • googleExpirationDate (String.t): Date on which the item expires in Google Shopping, in ISO 8601 format. Defaults to: null.
  • itemLevelIssues ([ProductStatusItemLevelIssue]): A list of all issues associated with the product. Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "content#productStatus". Defaults to: null.
  • lastUpdateDate (String.t): Date on which the item has been last updated, in ISO 8601 format. Defaults to: null.
  • link (String.t): The link to the product. Defaults to: null.
  • product (Product): Product data after applying all the join inputs. Defaults to: null.
  • productId (String.t): The ID of the product for which status is reported. Defaults to: null.
  • title (String.t): The title of the product. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Content.V2.Model.ProductStatus{
  creationDate: any(),
  dataQualityIssues: [
    GoogleApi.Content.V2.Model.ProductStatusDataQualityIssue.t()
  ],
  destinationStatuses: [
    GoogleApi.Content.V2.Model.ProductStatusDestinationStatus.t()
  ],
  googleExpirationDate: any(),
  itemLevelIssues: [GoogleApi.Content.V2.Model.ProductStatusItemLevelIssue.t()],
  kind: any(),
  lastUpdateDate: any(),
  link: any(),
  product: GoogleApi.Content.V2.Model.Product.t(),
  productId: any(),
  title: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.