Class PatchLimitsIncreaseRequestDetails
Configuration details for new comments to be added to the limit increase request. For more information, see Adding Comments to a Limit Increase Request.
Inherited Members
Namespace: Oci.LimitsincreaseService.Models
Assembly: OCI.DotNetSDK.Limitsincrease.dll
Syntax
public class PatchLimitsIncreaseRequestDetails
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<PatchInstruction> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PatchInstruction> | List of patch instructions for adding comments. |