Show / Hide Table of Contents

Class SkuProducts

The SKU Product Id details for a resource.

Inheritance
object
SkuProducts
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.UsageService.Models
Assembly: OCI.DotNetSDK.Usage.dll
Syntax
public class SkuProducts

Properties

CloudCreditType

Declaration
[JsonProperty(PropertyName = "cloudCreditType")]
public string CloudCreditType { get; set; }
Property Value
Type Description
string

The cloud credit type for the resource.

SkuId

Declaration
[JsonProperty(PropertyName = "skuId")]
public string SkuId { get; set; }
Property Value
Type Description
string

The Sku Id for the resource.

SkuType

Declaration
[JsonProperty(PropertyName = "skuType")]
public string SkuType { get; set; }
Property Value
Type Description
string

The Sku type for the resource.

In this article
Back to top