GoogleApi.Content.V21.Model.ProductStatus (google_api_content v0.43.0) View Source
The status of a product, i.e., 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:content#productStatus
) - 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.
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.ProductStatus{ creationDate: String.t(), destinationStatuses: [ GoogleApi.Content.V21.Model.ProductStatusDestinationStatus.t() ], googleExpirationDate: String.t(), itemLevelIssues: [GoogleApi.Content.V21.Model.ProductStatusItemLevelIssue.t()], kind: String.t(), lastUpdateDate: String.t(), link: String.t(), productId: String.t(), title: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.