google_api_content v0.14.0 GoogleApi.Content.V2.Model.AccountsCustomBatchRequestEntry View Source
A batch entry encoding a single non-batch accounts request.
Attributes
account
(type:GoogleApi.Content.V2.Model.Account.t
, default:nil
) - The account to create or update. Only defined if the method is insert or update.accountId
(type:String.t
, default:nil
) - The ID of the targeted account. Only defined if the method is not insert.batchId
(type:integer()
, default:nil
) - An entry ID, unique within the batch request.force
(type:boolean()
, default:nil
) - Whether the account should be deleted if the account has offers. Only applicable if the method is delete.linkRequest
(type:GoogleApi.Content.V2.Model.AccountsCustomBatchRequestEntryLinkRequest.t
, default:nil
) - Details about the link request.merchantId
(type:String.t
, default:nil
) - The ID of the managing account.method
(type:String.t
, default:nil
) - The method of the batch entry.overwrite
(type:boolean()
, default:nil
) - Only applicable if the method is claimwebsite. Indicates whether or not to take the claim from another account in case there is a conflict.
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 Sourcet() :: %GoogleApi.Content.V2.Model.AccountsCustomBatchRequestEntry{ account: GoogleApi.Content.V2.Model.Account.t(), accountId: String.t(), batchId: integer(), force: boolean(), linkRequest: GoogleApi.Content.V2.Model.AccountsCustomBatchRequestEntryLinkRequest.t(), merchantId: String.t(), method: String.t(), overwrite: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.