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

Attributes

  • country (type: String.t, default: nil) - The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
  • excludedDestinations (type: list(String.t), default: nil) - The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
  • includedDestinations (type: list(String.t), default: nil) - 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.
  • language (type: String.t, default: nil) - The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targets[].country.

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: String.t(),
  excludedDestinations: [String.t()],
  includedDestinations: [String.t()],
  language: 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.