google_api_manufacturers v0.2.0 GoogleApi.Manufacturers.V1.Model.Attributes View Source
Attributes of the product. For more information, see https://support.google.com/manufacturers/answer/6124116.
Attributes
- additionalImageLink ([Image]): The additional images of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#addlimage. Defaults to:
null. - ageGroup (String.t): The target age group of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#agegroup. Defaults to:
null. - brand (String.t): The brand name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#brand. Defaults to:
null. - capacity (Capacity): The capacity of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity. Defaults to:
null. - color (String.t): The color of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#color. Defaults to:
null. - count (Count): The count of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#count. Defaults to:
null. - description (String.t): The description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#description. Defaults to:
null. - disclosureDate (String.t): The disclosure date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#disclosure. Defaults to:
null. - excludedDestination ([String.t]): A list of excluded destinations. Defaults to:
null. - featureDescription ([FeatureDescription]): The rich format description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc. Defaults to:
null. - flavor (String.t): The flavor of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#flavor. Defaults to:
null. - format (String.t): The format of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#format. Defaults to:
null. - gender (String.t): The target gender of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gender. Defaults to:
null. - gtin ([String.t]): The Global Trade Item Number (GTIN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gtin. Defaults to:
null. - imageLink (Image): The image of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#image. Defaults to:
null. - includedDestination ([String.t]): A list of included destinations. Defaults to:
null. - itemGroupId (String.t): The item group id of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#itemgroupid. Defaults to:
null. - material (String.t): The material of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#material. Defaults to:
null. - mpn (String.t): The Manufacturer Part Number (MPN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#mpn. Defaults to:
null. - pattern (String.t): The pattern of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#pattern. Defaults to:
null. - productDetail ([ProductDetail]): The details of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail. Defaults to:
null. - productLine (String.t): The name of the group of products related to the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productline. Defaults to:
null. - productName (String.t): The canonical name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productname. Defaults to:
null. - productPageUrl (String.t): The URL of the detail page of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productpage. Defaults to:
null. - productType ([String.t]): The type or category of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#producttype. Defaults to:
null. - releaseDate (String.t): The release date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#release. Defaults to:
null. - scent (String.t): The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent. Defaults to:
null. - size (String.t): The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size. Defaults to:
null. - sizeSystem (String.t): The size system of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizesystem. Defaults to:
null. - sizeType (String.t): The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype. Defaults to:
null. - suggestedRetailPrice (Price): The suggested retail price (MSRP) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#price. Defaults to:
null. - targetClientId (String.t): The target client id. Should only be used in the accounts of the data partners. Defaults to:
null. - theme (String.t): The theme of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#theme. Defaults to:
null. - title (String.t): The title of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#title. Defaults to:
null. - videoLink ([String.t]): The videos of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#video. 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()
View Source
t() :: %GoogleApi.Manufacturers.V1.Model.Attributes{
releaseDate: any(),
material: any(),
description: any(),
pattern: any(),
includedDestination: [any()],
mpn: any(),
color: any(),
productDetail: [GoogleApi.Manufacturers.V1.Model.ProductDetail.t()],
videoLink: [any()],
productLine: any(),
size: any(),
capacity: GoogleApi.Manufacturers.V1.Model.Capacity.t(),
gender: any(),
scent: any(),
targetClientId: any(),
productName: any(),
imageLink: GoogleApi.Manufacturers.V1.Model.Image.t(),
productPageUrl: any(),
ageGroup: any(),
suggestedRetailPrice: GoogleApi.Manufacturers.V1.Model.Price.t(),
itemGroupId: any(),
excludedDestination: [any()],
sizeType: any(),
count: GoogleApi.Manufacturers.V1.Model.Count.t(),
brand: any(),
productType: [any()],
additionalImageLink: [GoogleApi.Manufacturers.V1.Model.Image.t()],
disclosureDate: any(),
sizeSystem: any(),
format: any(),
flavor: any(),
title: any(),
featureDescription: [GoogleApi.Manufacturers.V1.Model.FeatureDescription.t()],
gtin: [any()],
theme: any()
}
t() :: %GoogleApi.Manufacturers.V1.Model.Attributes{
releaseDate: any(),
material: any(),
description: any(),
pattern: any(),
includedDestination: [any()],
mpn: any(),
color: any(),
productDetail: [GoogleApi.Manufacturers.V1.Model.ProductDetail.t()],
videoLink: [any()],
productLine: any(),
size: any(),
capacity: GoogleApi.Manufacturers.V1.Model.Capacity.t(),
gender: any(),
scent: any(),
targetClientId: any(),
productName: any(),
imageLink: GoogleApi.Manufacturers.V1.Model.Image.t(),
productPageUrl: any(),
ageGroup: any(),
suggestedRetailPrice: GoogleApi.Manufacturers.V1.Model.Price.t(),
itemGroupId: any(),
excludedDestination: [any()],
sizeType: any(),
count: GoogleApi.Manufacturers.V1.Model.Count.t(),
brand: any(),
productType: [any()],
additionalImageLink: [GoogleApi.Manufacturers.V1.Model.Image.t()],
disclosureDate: any(),
sizeSystem: any(),
format: any(),
flavor: any(),
title: any(),
featureDescription: [GoogleApi.Manufacturers.V1.Model.FeatureDescription.t()],
gtin: [any()],
theme: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.