MutateAssetResult

The result for the asset mutate.

JSON representation
{
  "resourceName": string,
  "asset": {
    object (Asset)
  }
}
Fields
resourceName

string

The resource name returned for successful operations.

asset

object (Asset)

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