CustomerAssetSet

CustomerAssetSet is the linkage between a customer and an asset set. Adding a CustomerAssetSet links an asset set with a customer.

JSON representation
{
  "resourceName": string,
  "assetSet": string,
  "customer": string,
  "status": enum (AssetSetLinkStatus)
}
Fields
resourceName

string

Immutable. The resource name of the customer asset set. Asset set asset resource names have the form:

customers/{customerId}/customerAssetSets/{asset_set_id}

assetSet

string

Immutable. The asset set which is linked to the customer.

customer

string

Immutable. The customer to which this asset set is linked.

status

enum (AssetSetLinkStatus)

Output only. The status of the customer asset set asset. Read-only.