MutateAssetSetResult

The result for the asset set mutate.

JSON representation
{
  "resourceName": string,
  "assetSet": {
    object (AssetSet)
  }
}
Fields
resourceName

string

Returned for successful operations.

assetSet

object (AssetSet)

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