Show / Hide Table of Contents

Class LimitsIncreaseItemQuestionRequest

A question response.

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

In this article
Back to top