GoogleApi.Content.V2.Model.ProductStatus (google_api_content v0.49.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. -
dataQualityIssues(type:list(GoogleApi.Content.V2.Model.ProductStatusDataQualityIssue.t), default:nil) - DEPRECATED - never populated -
destinationStatuses(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: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. -
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
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.