google_api_content v0.30.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 isinsertorupdate.accountId(type:String.t, default:nil) - The ID of the targeted account. Only defined if the method is notinsert.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 isdelete.linkRequest(type:GoogleApi.Content.V2.Model.AccountsCustomBatchRequestEntryLinkRequest.t, default:nil) - Details about thelinkrequest.merchantId(type:String.t, default:nil) - The ID of the managing account.method(type:String.t, default:nil) - The method of the batch entry.Acceptable values are:
- "
claimWebsite" - "
delete" - "
get" - "
insert" - "
link" - "
update"
- "
overwrite(type:boolean(), default:nil) - Only applicable if the method isclaimwebsite. 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
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.