Files
openapi-go-answer/docs/SchemaRemoveCommentReq.md
2023-08-22 10:37:28 +08:00

3.0 KiB

SchemaRemoveCommentReq

Properties

Name Type Description Notes
CaptchaCode Pointer to string [optional]
CaptchaId Pointer to string captcha_id [optional]
CommentId string comment id

Methods

NewSchemaRemoveCommentReq

func NewSchemaRemoveCommentReq(commentId string, ) *SchemaRemoveCommentReq

NewSchemaRemoveCommentReq instantiates a new SchemaRemoveCommentReq 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

NewSchemaRemoveCommentReqWithDefaults

func NewSchemaRemoveCommentReqWithDefaults() *SchemaRemoveCommentReq

NewSchemaRemoveCommentReqWithDefaults instantiates a new SchemaRemoveCommentReq 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 *SchemaRemoveCommentReq) GetCaptchaCode() string

GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.

GetCaptchaCodeOk

func (o *SchemaRemoveCommentReq) 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 *SchemaRemoveCommentReq) SetCaptchaCode(v string)

SetCaptchaCode sets CaptchaCode field to given value.

HasCaptchaCode

func (o *SchemaRemoveCommentReq) HasCaptchaCode() bool

HasCaptchaCode returns a boolean if a field has been set.

GetCaptchaId

func (o *SchemaRemoveCommentReq) GetCaptchaId() string

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

GetCaptchaIdOk

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

SetCaptchaId sets CaptchaId field to given value.

HasCaptchaId

func (o *SchemaRemoveCommentReq) HasCaptchaId() bool

HasCaptchaId returns a boolean if a field has been set.

GetCommentId

func (o *SchemaRemoveCommentReq) GetCommentId() string

GetCommentId returns the CommentId field if non-nil, zero value otherwise.

GetCommentIdOk

func (o *SchemaRemoveCommentReq) GetCommentIdOk() (*string, bool)

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

SetCommentId

func (o *SchemaRemoveCommentReq) SetCommentId(v string)

SetCommentId sets CommentId field to given value.

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