Class Meter
Details provide by seller for activation of its product.
Inherited Members
Namespace: Oci.SelfService.Models
Assembly: OCI.DotNetSDK.Self.dll
Syntax
public class Meter
Properties
ExtendedMetadata
Declaration
[JsonProperty(PropertyName = "extendedMetadata")]
public List<ExtendedMetadata> ExtendedMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExtendedMetadata> | Additional data give by sku. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of meter. |
Remarks
Required
RateAllocation
Declaration
[Required(ErrorMessage = "RateAllocation is required.")]
[JsonProperty(PropertyName = "rateAllocation")]
public float? RateAllocation { get; set; }
Property Value
| Type | Description |
|---|---|
| float? | Tha rate of this sku meter. |
Remarks
Required