Files
openapi-go-answer/docs/SchemaAnswerUpdateReq.md
2023-09-26 16:20:01 +08:00

208 lines
5.5 KiB
Markdown

# SchemaAnswerUpdateReq
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CaptchaCode** | Pointer to **string** | | [optional]
**CaptchaId** | Pointer to **string** | | [optional]
**Content** | **string** | |
**EditSummary** | Pointer to **string** | | [optional]
**Id** | Pointer to **string** | | [optional]
**QuestionId** | Pointer to **string** | | [optional]
**Title** | Pointer to **string** | | [optional]
## Methods
### NewSchemaAnswerUpdateReq
`func NewSchemaAnswerUpdateReq(content string, ) *SchemaAnswerUpdateReq`
NewSchemaAnswerUpdateReq instantiates a new SchemaAnswerUpdateReq 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
### NewSchemaAnswerUpdateReqWithDefaults
`func NewSchemaAnswerUpdateReqWithDefaults() *SchemaAnswerUpdateReq`
NewSchemaAnswerUpdateReqWithDefaults instantiates a new SchemaAnswerUpdateReq 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
### GetCaptchaCode
`func (o *SchemaAnswerUpdateReq) GetCaptchaCode() string`
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
### GetCaptchaCodeOk
`func (o *SchemaAnswerUpdateReq) GetCaptchaCodeOk() (*string, bool)`
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCaptchaCode
`func (o *SchemaAnswerUpdateReq) SetCaptchaCode(v string)`
SetCaptchaCode sets CaptchaCode field to given value.
### HasCaptchaCode
`func (o *SchemaAnswerUpdateReq) HasCaptchaCode() bool`
HasCaptchaCode returns a boolean if a field has been set.
### GetCaptchaId
`func (o *SchemaAnswerUpdateReq) GetCaptchaId() string`
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
### GetCaptchaIdOk
`func (o *SchemaAnswerUpdateReq) GetCaptchaIdOk() (*string, bool)`
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCaptchaId
`func (o *SchemaAnswerUpdateReq) SetCaptchaId(v string)`
SetCaptchaId sets CaptchaId field to given value.
### HasCaptchaId
`func (o *SchemaAnswerUpdateReq) HasCaptchaId() bool`
HasCaptchaId returns a boolean if a field has been set.
### GetContent
`func (o *SchemaAnswerUpdateReq) GetContent() string`
GetContent returns the Content field if non-nil, zero value otherwise.
### GetContentOk
`func (o *SchemaAnswerUpdateReq) GetContentOk() (*string, bool)`
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetContent
`func (o *SchemaAnswerUpdateReq) SetContent(v string)`
SetContent sets Content field to given value.
### GetEditSummary
`func (o *SchemaAnswerUpdateReq) GetEditSummary() string`
GetEditSummary returns the EditSummary field if non-nil, zero value otherwise.
### GetEditSummaryOk
`func (o *SchemaAnswerUpdateReq) GetEditSummaryOk() (*string, bool)`
GetEditSummaryOk returns a tuple with the EditSummary field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEditSummary
`func (o *SchemaAnswerUpdateReq) SetEditSummary(v string)`
SetEditSummary sets EditSummary field to given value.
### HasEditSummary
`func (o *SchemaAnswerUpdateReq) HasEditSummary() bool`
HasEditSummary returns a boolean if a field has been set.
### GetId
`func (o *SchemaAnswerUpdateReq) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *SchemaAnswerUpdateReq) 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 *SchemaAnswerUpdateReq) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *SchemaAnswerUpdateReq) HasId() bool`
HasId returns a boolean if a field has been set.
### GetQuestionId
`func (o *SchemaAnswerUpdateReq) GetQuestionId() string`
GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.
### GetQuestionIdOk
`func (o *SchemaAnswerUpdateReq) 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 *SchemaAnswerUpdateReq) SetQuestionId(v string)`
SetQuestionId sets QuestionId field to given value.
### HasQuestionId
`func (o *SchemaAnswerUpdateReq) HasQuestionId() bool`
HasQuestionId returns a boolean if a field has been set.
### GetTitle
`func (o *SchemaAnswerUpdateReq) GetTitle() string`
GetTitle returns the Title field if non-nil, zero value otherwise.
### GetTitleOk
`func (o *SchemaAnswerUpdateReq) GetTitleOk() (*string, bool)`
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTitle
`func (o *SchemaAnswerUpdateReq) SetTitle(v string)`
SetTitle sets Title field to given value.
### HasTitle
`func (o *SchemaAnswerUpdateReq) HasTitle() bool`
HasTitle 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)