Class LimitsIncreaseItemQuestionResponse
A question and its response.
Inherited Members
Namespace: Oci.LimitsincreaseService.Models
Assembly: OCI.DotNetSDK.Limitsincrease.dll
Syntax
public class LimitsIncreaseItemQuestionResponse
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
QuestionText
Declaration
[Required(ErrorMessage = "QuestionText is required.")]
[JsonProperty(PropertyName = "questionText")]
public string QuestionText { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The text of the question. |
Remarks
Required