resourceType property
Resource Type.
Example: SEAT Possible string values are:
- "RESOURCE_TYPE_UNSPECIFIED" : Not used.
- "SEAT" : Seat.
- "MAU" : Monthly active user.
- "GB" : GB (used for storage SKUs).
- "LICENSED_USER" : Active licensed users(for Voice SKUs).
- "MINUTES" : Voice usage.
- "IAAS_USAGE" : For IaaS SKUs like Google Cloud, monetization is based on usage accrued on your billing account irrespective of the type of monetizable resource. This enum represents an aggregated resource/container for all usage SKUs on a billing account. Currently, only applicable to Google Cloud.
- "SUBSCRIPTION" : For Google Cloud subscriptions like Anthos or SAP.
Implementation
core.String? resourceType;