更新文档内容

This commit is contained in:
2023-08-22 10:37:28 +08:00
parent c3f06b456f
commit 73222eee28
329 changed files with 25366 additions and 2475 deletions

View File

@@ -5,7 +5,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AnswerContent** | **string** | |
**CaptchaCode** | Pointer to **string** | | [optional]
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
**Content** | **string** | content |
**MentionUsernameList** | Pointer to **[]string** | | [optional]
**Tags** | [**[]SchemaTagItem**](SchemaTagItem.md) | tags |
**Title** | **string** | question title |
@@ -48,6 +51,56 @@ and a boolean to check if the value has been set.
SetAnswerContent sets AnswerContent field to given value.
### GetCaptchaCode
`func (o *SchemaQuestionAddByAnswer) GetCaptchaCode() string`
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
### GetCaptchaCodeOk
`func (o *SchemaQuestionAddByAnswer) 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 *SchemaQuestionAddByAnswer) SetCaptchaCode(v string)`
SetCaptchaCode sets CaptchaCode field to given value.
### HasCaptchaCode
`func (o *SchemaQuestionAddByAnswer) HasCaptchaCode() bool`
HasCaptchaCode returns a boolean if a field has been set.
### GetCaptchaId
`func (o *SchemaQuestionAddByAnswer) GetCaptchaId() string`
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
### GetCaptchaIdOk
`func (o *SchemaQuestionAddByAnswer) 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 *SchemaQuestionAddByAnswer) SetCaptchaId(v string)`
SetCaptchaId sets CaptchaId field to given value.
### HasCaptchaId
`func (o *SchemaQuestionAddByAnswer) HasCaptchaId() bool`
HasCaptchaId returns a boolean if a field has been set.
### GetContent
`func (o *SchemaQuestionAddByAnswer) GetContent() string`
@@ -68,6 +121,31 @@ and a boolean to check if the value has been set.
SetContent sets Content field to given value.
### GetMentionUsernameList
`func (o *SchemaQuestionAddByAnswer) GetMentionUsernameList() []string`
GetMentionUsernameList returns the MentionUsernameList field if non-nil, zero value otherwise.
### GetMentionUsernameListOk
`func (o *SchemaQuestionAddByAnswer) GetMentionUsernameListOk() (*[]string, bool)`
GetMentionUsernameListOk returns a tuple with the MentionUsernameList field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetMentionUsernameList
`func (o *SchemaQuestionAddByAnswer) SetMentionUsernameList(v []string)`
SetMentionUsernameList sets MentionUsernameList field to given value.
### HasMentionUsernameList
`func (o *SchemaQuestionAddByAnswer) HasMentionUsernameList() bool`
HasMentionUsernameList returns a boolean if a field has been set.
### GetTags
`func (o *SchemaQuestionAddByAnswer) GetTags() []SchemaTagItem`