Show / Hide Table of Contents

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.

Inheritance
object
PatchLimitsIncreaseRequestDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top