google_api_content v0.13.0 GoogleApi.Content.V2.Model.ProductStatus 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.dataQualityIssues
(type:list(GoogleApi.Content.V2.Model.ProductStatusDataQualityIssue.t)
, default:nil
) - DEPRECATED - never populateddestinationStatuses
(type:list(GoogleApi.Content.V2.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.V2.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.product
(type:GoogleApi.Content.V2.Model.Product.t
, default:nil
) - Product data after applying all the join inputs.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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Content.V2.Model.ProductStatus{
creationDate: String.t(),
dataQualityIssues: [
GoogleApi.Content.V2.Model.ProductStatusDataQualityIssue.t()
],
destinationStatuses: [
GoogleApi.Content.V2.Model.ProductStatusDestinationStatus.t()
],
googleExpirationDate: String.t(),
itemLevelIssues: [GoogleApi.Content.V2.Model.ProductStatusItemLevelIssue.t()],
kind: String.t(),
lastUpdateDate: String.t(),
link: String.t(),
product: GoogleApi.Content.V2.Model.Product.t(),
productId: String.t(),
title: String.t()
}
t() :: %GoogleApi.Content.V2.Model.ProductStatus{ creationDate: String.t(), dataQualityIssues: [ GoogleApi.Content.V2.Model.ProductStatusDataQualityIssue.t() ], destinationStatuses: [ GoogleApi.Content.V2.Model.ProductStatusDestinationStatus.t() ], googleExpirationDate: String.t(), itemLevelIssues: [GoogleApi.Content.V2.Model.ProductStatusItemLevelIssue.t()], kind: String.t(), lastUpdateDate: String.t(), link: String.t(), product: GoogleApi.Content.V2.Model.Product.t(), productId: String.t(), title: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.