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.
Inherited Members
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