google_api_content v0.2.0 GoogleApi.Content.V2.Model.LiasettingsCustomBatchResponseEntry View Source
Attributes
- batchId (integer()): The ID of the request entry to which this entry responds. Defaults to:
null
. - errors (Errors): A list of errors defined if, and only if, the request failed. Defaults to:
null
. - gmbAccounts (GmbAccounts): The the list of accessible GMB accounts. Defaults to:
null
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "content#liasettingsCustomBatchResponseEntry". Defaults to:
null
. - liaSettings (LiaSettings): The retrieved or updated Lia settings. Defaults to:
null
. - posDataProviders ([PosDataProviders]): The list of POS data providers. 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.LiasettingsCustomBatchResponseEntry{ batchId: any(), errors: GoogleApi.Content.V2.Model.Errors.t(), gmbAccounts: GoogleApi.Content.V2.Model.GmbAccounts.t(), kind: any(), liaSettings: GoogleApi.Content.V2.Model.LiaSettings.t(), posDataProviders: [GoogleApi.Content.V2.Model.PosDataProviders.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.