Show / Hide Table of Contents

Class LimitsIncreaseItemRequestCollection

Collection of property summaries for limit increase items within the indicated limit increase request.

Inheritance
object
LimitsIncreaseItemRequestCollection
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 LimitsIncreaseItemRequestCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<LimitsIncreaseItemRequestSummary> Items { get; set; }
Property Value
Type Description
List<LimitsIncreaseItemRequestSummary>

List of limit increase items.

Remarks

Required

In this article
Back to top