Show / Hide Table of Contents

Class LimitsIncreaseQuestionCollection

Collection of questions to be asked for certain limits. Example questions include database version for some limits in Autonomous AI Database or email domain for some limits in Email Delivery. For more information, see Creating a Limit Increase Request.

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

Properties

Items

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

List of questions to be asked for certain limits.

Remarks

Required

In this article
Back to top