Class LimitAndUsage
The limit and usage for a specific environment type, for example, production, development, or test.
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class LimitAndUsageProperties
Limit
Declaration
[Required(ErrorMessage = "Limit is required.")]
[JsonProperty(PropertyName = "limit")]
public int? Limit { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The limit of current environment. | 
Remarks
Required
Usage
Declaration
[Required(ErrorMessage = "Usage is required.")]
[JsonProperty(PropertyName = "usage")]
public int? Usage { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The usage of current environment. | 
Remarks
Required