Class LimitsIncreaseItemQuestionRequest
A question response.
Inherited Members
Namespace: Oci.LimitsincreaseService.Models
Assembly: OCI.DotNetSDK.Limitsincrease.dll
Syntax
public class LimitsIncreaseItemQuestionRequest
Properties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the question. |
Remarks
Required
QuestionResponse
Declaration
[Required(ErrorMessage = "QuestionResponse is required.")]
[JsonProperty(PropertyName = "questionResponse")]
public string QuestionResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The response to the question. |
Remarks
Required