AssetSetAssetOperation

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

  • The operation field specifies the type of mutate operation, which can be either create or remove.

  • Creating an asset set asset requires an AssetSetAsset object with no resource name expected.

  • Removing an asset set asset requires the resource name in the format customers/{customer_id}/assetSetAssets/{asset_set_id}~{asset_id}.

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}