130 lines
3.4 KiB
Markdown
130 lines
3.4 KiB
Markdown
# SchemaVoteReq
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**CaptchaCode** | Pointer to **string** | | [optional]
|
|
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
|
**IsCancel** | Pointer to **bool** | is cancel | [optional]
|
|
**ObjectId** | **string** | id |
|
|
|
|
## Methods
|
|
|
|
### NewSchemaVoteReq
|
|
|
|
`func NewSchemaVoteReq(objectId string, ) *SchemaVoteReq`
|
|
|
|
NewSchemaVoteReq instantiates a new SchemaVoteReq 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
|
|
|
|
### NewSchemaVoteReqWithDefaults
|
|
|
|
`func NewSchemaVoteReqWithDefaults() *SchemaVoteReq`
|
|
|
|
NewSchemaVoteReqWithDefaults instantiates a new SchemaVoteReq 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 *SchemaVoteReq) GetCaptchaCode() string`
|
|
|
|
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
|
|
|
### GetCaptchaCodeOk
|
|
|
|
`func (o *SchemaVoteReq) 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 *SchemaVoteReq) SetCaptchaCode(v string)`
|
|
|
|
SetCaptchaCode sets CaptchaCode field to given value.
|
|
|
|
### HasCaptchaCode
|
|
|
|
`func (o *SchemaVoteReq) HasCaptchaCode() bool`
|
|
|
|
HasCaptchaCode returns a boolean if a field has been set.
|
|
|
|
### GetCaptchaId
|
|
|
|
`func (o *SchemaVoteReq) GetCaptchaId() string`
|
|
|
|
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
|
|
|
### GetCaptchaIdOk
|
|
|
|
`func (o *SchemaVoteReq) 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 *SchemaVoteReq) SetCaptchaId(v string)`
|
|
|
|
SetCaptchaId sets CaptchaId field to given value.
|
|
|
|
### HasCaptchaId
|
|
|
|
`func (o *SchemaVoteReq) HasCaptchaId() bool`
|
|
|
|
HasCaptchaId returns a boolean if a field has been set.
|
|
|
|
### GetIsCancel
|
|
|
|
`func (o *SchemaVoteReq) GetIsCancel() bool`
|
|
|
|
GetIsCancel returns the IsCancel field if non-nil, zero value otherwise.
|
|
|
|
### GetIsCancelOk
|
|
|
|
`func (o *SchemaVoteReq) GetIsCancelOk() (*bool, bool)`
|
|
|
|
GetIsCancelOk returns a tuple with the IsCancel field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetIsCancel
|
|
|
|
`func (o *SchemaVoteReq) SetIsCancel(v bool)`
|
|
|
|
SetIsCancel sets IsCancel field to given value.
|
|
|
|
### HasIsCancel
|
|
|
|
`func (o *SchemaVoteReq) HasIsCancel() bool`
|
|
|
|
HasIsCancel returns a boolean if a field has been set.
|
|
|
|
### GetObjectId
|
|
|
|
`func (o *SchemaVoteReq) GetObjectId() string`
|
|
|
|
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
|
|
|
|
### GetObjectIdOk
|
|
|
|
`func (o *SchemaVoteReq) GetObjectIdOk() (*string, bool)`
|
|
|
|
GetObjectIdOk returns a tuple with the ObjectId field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetObjectId
|
|
|
|
`func (o *SchemaVoteReq) SetObjectId(v string)`
|
|
|
|
SetObjectId sets ObjectId 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)
|
|
|
|
|