public sealed class Category : IMessage<Category>, IEquatable<Category>, IDeepCloneable<Category>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Billing v1 API class Category.
Represents the category hierarchy of a SKU.
Namespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
Category()
public Category()Category(Category)
public Category(Category other)| Parameter | |
|---|---|
| Name | Description |
other |
Category |
Properties
ResourceFamily
public string ResourceFamily { get; set; }The type of product the SKU refers to. Example: "Compute", "Storage", "Network", "ApplicationServices" etc.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ResourceGroup
public string ResourceGroup { get; set; }A group classification for related SKUs. Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServiceDisplayName
public string ServiceDisplayName { get; set; }The display name of the service this SKU belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UsageType
public string UsageType { get; set; }Represents how the SKU is consumed. Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.
| Property Value | |
|---|---|
| Type | Description |
string |
|