Show / Hide Table of Contents

Class Category

Represents the category hierarchy of a SKU.

Inheritance
object
Category
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudbilling.v1.Data
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class Category : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ResourceFamily

The type of product the SKU refers to. Example: "Compute", "Storage", "Network", "ApplicationServices" etc.

Declaration
[JsonProperty("resourceFamily")]
public virtual string ResourceFamily { get; set; }
Property Value
Type Description
string

ResourceGroup

A group classification for related SKUs. Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.

Declaration
[JsonProperty("resourceGroup")]
public virtual string ResourceGroup { get; set; }
Property Value
Type Description
string

ServiceDisplayName

The display name of the service this SKU belongs to.

Declaration
[JsonProperty("serviceDisplayName")]
public virtual string ServiceDisplayName { get; set; }
Property Value
Type Description
string

UsageType

Represents how the SKU is consumed. Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.

Declaration
[JsonProperty("usageType")]
public virtual string UsageType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX