View Source GoogleApi.Content.V21.Model.LiaSettings (google_api_content v0.67.1)

Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role.

Attributes

  • accountId (type: String.t, default: nil) - The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
  • countrySettings (type: list(GoogleApi.Content.V21.Model.LiaCountrySettings.t), default: nil) - The LIA settings for each country.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "content#liaSettings"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.LiaSettings{
  accountId: String.t() | nil,
  countrySettings: [GoogleApi.Content.V21.Model.LiaCountrySettings.t()] | nil,
  kind: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.