google_api_content v0.9.0 GoogleApi.Content.V2.Model.DatafeedTarget View Source

Attributes

  • country (String.t): The country where the items in the feed will be included in the search index, represented as a CLDR territory code. Defaults to: null.
  • excludedDestinations ([String.t]): The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center). Defaults to: null.
  • includedDestinations ([String.t]): The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in the excluded_destination field. Defaults to: null.
  • language (String.t): The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targets[].country. 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.Content.V2.Model.DatafeedTarget{
  country: any(),
  excludedDestinations: [any()],
  includedDestinations: [any()],
  language: any()
}

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.