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

2.2 KiB

SchemaCollectionSwitchReq

Properties

Name Type Description Notes
GroupId string user collection group TagID
ObjectId string object TagID

Methods

NewSchemaCollectionSwitchReq

func NewSchemaCollectionSwitchReq(groupId string, objectId string, ) *SchemaCollectionSwitchReq

NewSchemaCollectionSwitchReq instantiates a new SchemaCollectionSwitchReq 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

NewSchemaCollectionSwitchReqWithDefaults

func NewSchemaCollectionSwitchReqWithDefaults() *SchemaCollectionSwitchReq

NewSchemaCollectionSwitchReqWithDefaults instantiates a new SchemaCollectionSwitchReq 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

GetGroupId

func (o *SchemaCollectionSwitchReq) GetGroupId() string

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

func (o *SchemaCollectionSwitchReq) GetGroupIdOk() (*string, bool)

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

SetGroupId

func (o *SchemaCollectionSwitchReq) SetGroupId(v string)

SetGroupId sets GroupId field to given value.

GetObjectId

func (o *SchemaCollectionSwitchReq) GetObjectId() string

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

GetObjectIdOk

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

SetObjectId sets ObjectId field to given value.

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