public sealed class Category : IMessage<Category>, IEquatable<Category>, IDeepCloneable<Category>, IBufferMessage, IMessage
Represents the category hierarchy of a SKU.
Implements
IMessage<Category>, IEquatable<Category>, IDeepCloneable<Category>, IBufferMessage, IMessageNamespace
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 |