AssetSetAssetOperation

  • Describes a single operation (create or remove) on an asset set asset.

  • The operation field is a union field specifying the type of mutation.

  • The create operation expects no resource name.

  • The remove operation expects a resource name in a specific format including customer, asset set, and asset IDs.

A single operation (create, remove) on an asset set asset.

Fields
Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

AssetSetAsset

Create operation: No resource name is expected for the new asset set asset

remove

string

Remove operation: A resource name for the removed asset set asset is expected, in this format: customers/{customer_id}/assetSetAssets/{asset_set_id}~{asset_id}