google_api_manufacturers v0.3.0 GoogleApi.Manufacturers.V1.Model.Attributes View Source

Attributes of the product. For more information, see https://support.google.com/manufacturers/answer/6124116.

Attributes

  • excludedDestination (list(String.t)): A list of excluded destinations. Defaults to nil.
  • title (String.t): The title of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#title. Defaults to nil.
  • disclosureDate (String.t): The disclosure date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#disclosure. Defaults to nil.
  • count (GoogleApi.Manufacturers.V1.Model.Count.t): The count of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#count. Defaults to nil.
  • format (String.t): The format of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#format. Defaults to nil.
  • featureDescription (list(GoogleApi.Manufacturers.V1.Model.FeatureDescription.t)): The rich format description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc. Defaults to nil.
  • capacity (GoogleApi.Manufacturers.V1.Model.Capacity.t): The capacity of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity. Defaults to nil.
  • ageGroup (String.t): The target age group of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#agegroup. Defaults to nil.
  • imageLink (GoogleApi.Manufacturers.V1.Model.Image.t): The image of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#image. Defaults to nil.
  • suggestedRetailPrice (GoogleApi.Manufacturers.V1.Model.Price.t): The suggested retail price (MSRP) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#price. Defaults to nil.
  • scent (String.t): The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent. Defaults to nil.
  • videoLink (list(String.t)): The videos of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#video. Defaults to nil.
  • productName (String.t): The canonical name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productname. Defaults to nil.
  • flavor (String.t): The flavor of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#flavor. Defaults to nil.
  • brand (String.t): The brand name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#brand. Defaults to nil.
  • material (String.t): The material of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#material. Defaults to nil.
  • targetClientId (String.t): The target client id. Should only be used in the accounts of the data partners. Defaults to nil.
  • productDetail (list(GoogleApi.Manufacturers.V1.Model.ProductDetail.t)): The details of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail. Defaults to nil.
  • sizeType (String.t): The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype. Defaults to nil.
  • 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 nil.
  • 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 nil.
  • theme (String.t): The theme of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#theme. Defaults to nil.
  • releaseDate (String.t): The release date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#release. Defaults to nil.
  • sizeSystem (String.t): The size system of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizesystem. Defaults to nil.
  • gtin (list(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 nil.
  • description (String.t): The description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#description. Defaults to nil.
  • additionalImageLink (list(GoogleApi.Manufacturers.V1.Model.Image.t)): The additional images of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#addlimage. Defaults to nil.
  • gender (String.t): The target gender of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gender. Defaults to nil.
  • 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 nil.
  • pattern (String.t): The pattern of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#pattern. Defaults to nil.
  • size (String.t): The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size. Defaults to nil.
  • itemGroupId (String.t): The item group id of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#itemgroupid. Defaults to nil.
  • color (String.t): The color of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#color. Defaults to nil.
  • includedDestination (list(String.t)): A list of included destinations. Defaults to nil.
  • productType (list(String.t)): The type or category of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#producttype. Defaults to nil.

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.Attributes{
  gtin: [String.t()],
  description: String.t(),
  brand: String.t(),
  title: String.t(),
  productDetail: [GoogleApi.Manufacturers.V1.Model.ProductDetail.t()],
  color: String.t(),
  ageGroup: String.t(),
  targetClientId: String.t(),
  count: GoogleApi.Manufacturers.V1.Model.Count.t(),
  productLine: String.t(),
  size: String.t(),
  capacity: GoogleApi.Manufacturers.V1.Model.Capacity.t(),
  videoLink: [String.t()],
  additionalImageLink: [GoogleApi.Manufacturers.V1.Model.Image.t()],
  productType: [String.t()],
  productPageUrl: String.t(),
  flavor: String.t(),
  theme: String.t(),
  featureDescription: [GoogleApi.Manufacturers.V1.Model.FeatureDescription.t()],
  excludedDestination: [String.t()],
  imageLink: GoogleApi.Manufacturers.V1.Model.Image.t(),
  includedDestination: [String.t()],
  sizeType: String.t(),
  itemGroupId: String.t(),
  sizeSystem: String.t(),
  material: String.t(),
  suggestedRetailPrice: GoogleApi.Manufacturers.V1.Model.Price.t(),
  mpn: String.t(),
  releaseDate: String.t(),
  disclosureDate: String.t(),
  gender: String.t(),
  format: String.t(),
  scent: String.t(),
  productName: String.t(),
  pattern: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.