first version

This commit is contained in:
2023-08-18 10:03:31 +08:00
commit c3f06b456f
410 changed files with 94634 additions and 0 deletions

View File

@@ -0,0 +1,103 @@
# SchemaCloseQuestionReq
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CloseMsg** | Pointer to **string** | close_type | [optional]
**CloseType** | Pointer to **int32** | close_type | [optional]
**Id** | **string** | |
## Methods
### NewSchemaCloseQuestionReq
`func NewSchemaCloseQuestionReq(id string, ) *SchemaCloseQuestionReq`
NewSchemaCloseQuestionReq instantiates a new SchemaCloseQuestionReq 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
### NewSchemaCloseQuestionReqWithDefaults
`func NewSchemaCloseQuestionReqWithDefaults() *SchemaCloseQuestionReq`
NewSchemaCloseQuestionReqWithDefaults instantiates a new SchemaCloseQuestionReq 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
### GetCloseMsg
`func (o *SchemaCloseQuestionReq) GetCloseMsg() string`
GetCloseMsg returns the CloseMsg field if non-nil, zero value otherwise.
### GetCloseMsgOk
`func (o *SchemaCloseQuestionReq) GetCloseMsgOk() (*string, bool)`
GetCloseMsgOk returns a tuple with the CloseMsg field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCloseMsg
`func (o *SchemaCloseQuestionReq) SetCloseMsg(v string)`
SetCloseMsg sets CloseMsg field to given value.
### HasCloseMsg
`func (o *SchemaCloseQuestionReq) HasCloseMsg() bool`
HasCloseMsg returns a boolean if a field has been set.
### GetCloseType
`func (o *SchemaCloseQuestionReq) GetCloseType() int32`
GetCloseType returns the CloseType field if non-nil, zero value otherwise.
### GetCloseTypeOk
`func (o *SchemaCloseQuestionReq) GetCloseTypeOk() (*int32, bool)`
GetCloseTypeOk returns a tuple with the CloseType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCloseType
`func (o *SchemaCloseQuestionReq) SetCloseType(v int32)`
SetCloseType sets CloseType field to given value.
### HasCloseType
`func (o *SchemaCloseQuestionReq) HasCloseType() bool`
HasCloseType returns a boolean if a field has been set.
### GetId
`func (o *SchemaCloseQuestionReq) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *SchemaCloseQuestionReq) GetIdOk() (*string, bool)`
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetId
`func (o *SchemaCloseQuestionReq) SetId(v string)`
SetId sets Id field to given value.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)