Files
openapi-go-answer/docs/SchemaActionRecordResp.md
2023-08-18 10:03:31 +08:00

3.0 KiB

SchemaActionRecordResp

Properties

Name Type Description Notes
CaptchaId Pointer to string [optional]
CaptchaImg Pointer to string [optional]
Verify Pointer to bool [optional]

Methods

NewSchemaActionRecordResp

func NewSchemaActionRecordResp() *SchemaActionRecordResp

NewSchemaActionRecordResp instantiates a new SchemaActionRecordResp 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

NewSchemaActionRecordRespWithDefaults

func NewSchemaActionRecordRespWithDefaults() *SchemaActionRecordResp

NewSchemaActionRecordRespWithDefaults instantiates a new SchemaActionRecordResp 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

GetCaptchaId

func (o *SchemaActionRecordResp) GetCaptchaId() string

GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.

GetCaptchaIdOk

func (o *SchemaActionRecordResp) 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 *SchemaActionRecordResp) SetCaptchaId(v string)

SetCaptchaId sets CaptchaId field to given value.

HasCaptchaId

func (o *SchemaActionRecordResp) HasCaptchaId() bool

HasCaptchaId returns a boolean if a field has been set.

GetCaptchaImg

func (o *SchemaActionRecordResp) GetCaptchaImg() string

GetCaptchaImg returns the CaptchaImg field if non-nil, zero value otherwise.

GetCaptchaImgOk

func (o *SchemaActionRecordResp) GetCaptchaImgOk() (*string, bool)

GetCaptchaImgOk returns a tuple with the CaptchaImg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCaptchaImg

func (o *SchemaActionRecordResp) SetCaptchaImg(v string)

SetCaptchaImg sets CaptchaImg field to given value.

HasCaptchaImg

func (o *SchemaActionRecordResp) HasCaptchaImg() bool

HasCaptchaImg returns a boolean if a field has been set.

GetVerify

func (o *SchemaActionRecordResp) GetVerify() bool

GetVerify returns the Verify field if non-nil, zero value otherwise.

GetVerifyOk

func (o *SchemaActionRecordResp) GetVerifyOk() (*bool, bool)

GetVerifyOk returns a tuple with the Verify field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVerify

func (o *SchemaActionRecordResp) SetVerify(v bool)

SetVerify sets Verify field to given value.

HasVerify

func (o *SchemaActionRecordResp) HasVerify() bool

HasVerify returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]