google_api_content v0.13.0 GoogleApi.Content.V2.Model.LiaSettings 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.V2.Model.LiaCountrySettings.t)
, default:nil
) - The LIA settings for each country.kind
(type:String.t
, default:content#liaSettings
) - 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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Content.V2.Model.LiaSettings{
accountId: String.t(),
countrySettings: [GoogleApi.Content.V2.Model.LiaCountrySettings.t()],
kind: String.t()
}
t() :: %GoogleApi.Content.V2.Model.LiaSettings{ accountId: String.t(), countrySettings: [GoogleApi.Content.V2.Model.LiaCountrySettings.t()], kind: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.