google_api_manufacturers v0.1.0 GoogleApi.Manufacturers.V1.Model.Product View Source
Product data.
Attributes
- attributes (Attributes): Attributes of the product uploaded to the Manufacturer Center. Defaults to:
null. - contentLanguage (String.t): The content language of the product as a two-letter ISO 639-1 language code (for example, en). Defaults to:
null. - destinationStatuses ([DestinationStatus]): The status of the destinations. Defaults to:
null. - finalAttributes (Attributes): Final attributes of the product. The final attributes are obtained by overriding the uploaded attributes with the manually provided and deleted attributes. Google systems only process, evaluate, review, and/or use final attributes. This field is deprecated and will be removed end of July 2018. Please use attributes. Defaults to:
null. - issues ([Issue]): A server-generated list of issues associated with the product. Defaults to:
null. - manuallyDeletedAttributes ([String.t]): Names of the attributes of the product deleted manually via the Manufacturer Center UI. This field is deprecated and will be removed end of July 2018. Please use attributes. Defaults to:
null. - manuallyProvidedAttributes (Attributes): Attributes of the product provided manually via the Manufacturer Center UI. This field is deprecated and will be removed end of July 2018. Please use attributes. Defaults to:
null. - name (String.t): Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. Defaults to:
null. - parent (String.t): Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. Defaults to:
null. - productId (String.t): The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. Defaults to:
null. - targetCountry (String.t): The target country of the product as a CLDR territory code (for example, US). Defaults to:
null. - uploadedAttributes (Attributes): Attributes of the product uploaded via the Manufacturer Center API or via feeds. This field is deprecated and will be removed end of July 2018. Please use attributes. 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.Manufacturers.V1.Model.Product{
attributes: GoogleApi.Manufacturers.V1.Model.Attributes.t(),
contentLanguage: any(),
destinationStatuses: [GoogleApi.Manufacturers.V1.Model.DestinationStatus.t()],
finalAttributes: GoogleApi.Manufacturers.V1.Model.Attributes.t(),
issues: [GoogleApi.Manufacturers.V1.Model.Issue.t()],
manuallyDeletedAttributes: [any()],
manuallyProvidedAttributes: GoogleApi.Manufacturers.V1.Model.Attributes.t(),
name: any(),
parent: any(),
productId: any(),
targetCountry: any(),
uploadedAttributes: GoogleApi.Manufacturers.V1.Model.Attributes.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.