更新文档内容
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**Content** | **string** | |
|
||||
**EditSummary** | Pointer to **string** | | [optional]
|
||||
**Id** | Pointer to **string** | | [optional]
|
||||
@@ -29,6 +31,56 @@ NewSchemaAnswerUpdateReqWithDefaults instantiates a new SchemaAnswerUpdateReq ob
|
||||
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`
|
||||
|
||||
Reference in New Issue
Block a user