Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
MutateCustomerFeedResult
The result for the customer feed mutate.
JSON representation |
{
"resourceName": string,
"customerFeed": {
object (CustomerFeed )
}
} |
Fields |
resourceName |
string
Returned for successful operations.
|
customerFeed |
object (CustomerFeed )
The mutated customer feed with only mutable fields after mutate. The field will only be returned when responseContentType is set to "MUTABLE_RESOURCE".
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["This documentation details the JSON representation of the results for a customer feed mutation."],["The JSON response includes the resource name and the mutated customer feed object."],["The `customerFeed` object only contains mutable fields and is returned when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],["The response for a customer feed mutation includes a JSON representation with `resourceName` and `customerFeed`. `resourceName` is a string returned for successful operations. `customerFeed` is a CustomerFeed object, containing the mutated feed data after the operation, but only when the `responseContentType` is set to \"MUTABLE_RESOURCE.\" This object contains mutable fields.\n"]]