google_api_content v0.31.0 GoogleApi.Content.V2.Model.DatafeedsCustomBatchRequestEntry View Source
A batch entry encoding a single non-batch datafeeds request.
Attributes
batchId
(type:integer()
, default:nil
) - An entry ID, unique within the batch request.datafeed
(type:GoogleApi.Content.V2.Model.Datafeed.t
, default:nil
) - The data feed to insert.datafeedId
(type:String.t
, default:nil
) - The ID of the data feed to get, delete or fetch.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:
- "
delete
" - "
fetchNow
" - "
get
" - "
insert
" - "
update
"
- "
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.DatafeedsCustomBatchRequestEntry{ batchId: integer(), datafeed: GoogleApi.Content.V2.Model.Datafeed.t(), datafeedId: String.t(), merchantId: String.t(), method: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.