MutateCustomerAssetResult

The result for the customer asset mutate.

JSON representation
{
  "resourceName": string,
  "customerAsset": {
    object (CustomerAsset)
  }
}
Fields
resourceName

string

Returned for successful operations.

customerAsset

object (CustomerAsset)

The mutated customer asset with only mutable fields after mutate. The field will only be returned when responseContentType is set to "MUTABLE_RESOURCE".