AssetSetAsset is the link between an asset and an asset set. Adding an AssetSetAsset links an asset with an asset set.
JSON representation |
---|
{
"resourceName": string,
"assetSet": string,
"asset": string,
"status": enum ( |
Fields | |
---|---|
resource |
Immutable. The resource name of the asset set asset. Asset set asset resource names have the form:
|
asset |
Immutable. The asset set which this asset set asset is linking to. |
asset |
Immutable. The asset which this asset set asset is linking to. |
status |
Output only. The status of the asset set asset. Read-only. |
AssetSetAssetStatus
The possible statuses of an asset set asset.
Enums | |
---|---|
UNSPECIFIED |
The status has not been specified. |
UNKNOWN |
The received value is not known in this version. This is a response-only value. |
ENABLED |
The asset set asset is enabled. |
REMOVED |
The asset set asset is removed. |