GoogleApi.Content.V21.Model.LiaSettings (google_api_content v0.49.0) View Source
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"
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.LiaSettings{
accountId: String.t(),
countrySettings: [GoogleApi.Content.V21.Model.LiaCountrySettings.t()],
kind: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.