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

2.1 KiB

SchemaFollowReq

Properties

Name Type Description Notes
IsCancel Pointer to bool is cancel [optional]
ObjectId string object id

Methods

NewSchemaFollowReq

func NewSchemaFollowReq(objectId string, ) *SchemaFollowReq

NewSchemaFollowReq instantiates a new SchemaFollowReq 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

NewSchemaFollowReqWithDefaults

func NewSchemaFollowReqWithDefaults() *SchemaFollowReq

NewSchemaFollowReqWithDefaults instantiates a new SchemaFollowReq 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

GetIsCancel

func (o *SchemaFollowReq) GetIsCancel() bool

GetIsCancel returns the IsCancel field if non-nil, zero value otherwise.

GetIsCancelOk

func (o *SchemaFollowReq) 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 *SchemaFollowReq) SetIsCancel(v bool)

SetIsCancel sets IsCancel field to given value.

HasIsCancel

func (o *SchemaFollowReq) HasIsCancel() bool

HasIsCancel returns a boolean if a field has been set.

GetObjectId

func (o *SchemaFollowReq) GetObjectId() string

GetObjectId returns the ObjectId field if non-nil, zero value otherwise.

GetObjectIdOk

func (o *SchemaFollowReq) 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 *SchemaFollowReq) SetObjectId(v string)

SetObjectId sets ObjectId field to given value.

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