assetType property

String? assetType
getter/setter pair

The asset type of this provisioning quota. Possible string values are:

  • "ASSET_TYPE_UNSPECIFIED" : The unspecified type.
  • "ASSET_TYPE_SERVER" : The server asset type.
  • "ASSET_TYPE_STORAGE" : The storage asset type.
  • "ASSET_TYPE_NETWORK" : The network asset type.

Implementation

core.String? assetType;