first version
This commit is contained in:
72
docs/SchemaCollectionSwitchReq.md
Normal file
72
docs/SchemaCollectionSwitchReq.md
Normal file
@@ -0,0 +1,72 @@
|
||||
# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user