更新文档内容

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

@@ -4,9 +4,12 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CaptchaCode** | Pointer to **string** | | [optional]
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
**Content** | **string** | content |
**EditSummary** | Pointer to **string** | edit summary | [optional]
**Id** | **string** | question id |
**InviteUser** | Pointer to **[]string** | | [optional]
**Tags** | [**[]SchemaTagItem**](SchemaTagItem.md) | tags |
**Title** | **string** | question title |
@@ -29,6 +32,56 @@ NewSchemaQuestionUpdateWithDefaults instantiates a new SchemaQuestionUpdate obje
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 *SchemaQuestionUpdate) GetCaptchaCode() string`
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
### GetCaptchaCodeOk
`func (o *SchemaQuestionUpdate) 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 *SchemaQuestionUpdate) SetCaptchaCode(v string)`
SetCaptchaCode sets CaptchaCode field to given value.
### HasCaptchaCode
`func (o *SchemaQuestionUpdate) HasCaptchaCode() bool`
HasCaptchaCode returns a boolean if a field has been set.
### GetCaptchaId
`func (o *SchemaQuestionUpdate) GetCaptchaId() string`
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
### GetCaptchaIdOk
`func (o *SchemaQuestionUpdate) 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 *SchemaQuestionUpdate) SetCaptchaId(v string)`
SetCaptchaId sets CaptchaId field to given value.
### HasCaptchaId
`func (o *SchemaQuestionUpdate) HasCaptchaId() bool`
HasCaptchaId returns a boolean if a field has been set.
### GetContent
`func (o *SchemaQuestionUpdate) GetContent() string`
@@ -94,6 +147,31 @@ and a boolean to check if the value has been set.
SetId sets Id field to given value.
### GetInviteUser
`func (o *SchemaQuestionUpdate) GetInviteUser() []string`
GetInviteUser returns the InviteUser field if non-nil, zero value otherwise.
### GetInviteUserOk
`func (o *SchemaQuestionUpdate) GetInviteUserOk() (*[]string, bool)`
GetInviteUserOk returns a tuple with the InviteUser field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetInviteUser
`func (o *SchemaQuestionUpdate) SetInviteUser(v []string)`
SetInviteUser sets InviteUser field to given value.
### HasInviteUser
`func (o *SchemaQuestionUpdate) HasInviteUser() bool`
HasInviteUser returns a boolean if a field has been set.
### GetTags
`func (o *SchemaQuestionUpdate) GetTags() []SchemaTagItem`