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

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