Show / Hide Table of Contents

Class GetLimitsIncreaseRequestRequest

Inheritance
object
GetLimitsIncreaseRequestRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LimitsincreaseService.Requests
Assembly: OCI.DotNetSDK.Limitsincrease.dll
Syntax
public class GetLimitsIncreaseRequestRequest : IOciRequest
Examples

Click here to see an example of how to use GetLimitsIncreaseRequest request.

Properties

LimitsIncreaseRequestId

Declaration
[Required(ErrorMessage = "LimitsIncreaseRequestId is required.")]
[HttpConverter(TargetEnum.Path, "limitsIncreaseRequestId")]
public string LimitsIncreaseRequestId { get; set; }
Property Value
Type Description
string

The OCID of the limit increase request.

Remarks

Required

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

Override request id for request tracking purposes.

Implements

IOciRequest
In this article
Back to top