google_api_content v0.4.0 GoogleApi.Content.V2.Model.ProductsCustomBatchRequestEntry View Source
A batch entry encoding a single non-batch products request.
Attributes
- batchId (integer()): An entry ID, unique within the batch request. Defaults to:
null
. - merchantId (String.t): The ID of the managing account. Defaults to:
null
. - method (String.t): Defaults to:
null
. - product (Product): The product to insert. Only required if the method is insert. Defaults to:
null
. - productId (String.t): The ID of the product to get or delete. Only defined if the method is get or delete. 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()
View Source
t() :: %GoogleApi.Content.V2.Model.ProductsCustomBatchRequestEntry{
batchId: any(),
merchantId: any(),
method: any(),
product: GoogleApi.Content.V2.Model.Product.t(),
productId: any()
}
t() :: %GoogleApi.Content.V2.Model.ProductsCustomBatchRequestEntry{ batchId: any(), merchantId: any(), method: any(), product: GoogleApi.Content.V2.Model.Product.t(), productId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.