first version
This commit is contained in:
56
docs/SchemaReopenQuestionReq.md
Normal file
56
docs/SchemaReopenQuestionReq.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# SchemaReopenQuestionReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**QuestionId** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaReopenQuestionReq
|
||||
|
||||
`func NewSchemaReopenQuestionReq() *SchemaReopenQuestionReq`
|
||||
|
||||
NewSchemaReopenQuestionReq instantiates a new SchemaReopenQuestionReq object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
and makes sure properties required by API are set, but the set of arguments
|
||||
will change when the set of required properties is changed
|
||||
|
||||
### NewSchemaReopenQuestionReqWithDefaults
|
||||
|
||||
`func NewSchemaReopenQuestionReqWithDefaults() *SchemaReopenQuestionReq`
|
||||
|
||||
NewSchemaReopenQuestionReqWithDefaults instantiates a new SchemaReopenQuestionReq object
|
||||
This constructor will only assign default values to properties that have it defined,
|
||||
but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetQuestionId
|
||||
|
||||
`func (o *SchemaReopenQuestionReq) GetQuestionId() string`
|
||||
|
||||
GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionIdOk
|
||||
|
||||
`func (o *SchemaReopenQuestionReq) GetQuestionIdOk() (*string, bool)`
|
||||
|
||||
GetQuestionIdOk returns a tuple with the QuestionId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetQuestionId
|
||||
|
||||
`func (o *SchemaReopenQuestionReq) SetQuestionId(v string)`
|
||||
|
||||
SetQuestionId sets QuestionId field to given value.
|
||||
|
||||
### HasQuestionId
|
||||
|
||||
`func (o *SchemaReopenQuestionReq) HasQuestionId() bool`
|
||||
|
||||
HasQuestionId returns a boolean if a field has been set.
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user