AssetSetAssetOperation

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

  • The operation field determines whether to create or remove an AssetSetAsset.

  • Creating an AssetSetAsset does not require a resource name, while removing one does require a specific resource name format.

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}