first version
This commit is contained in:
108
docs/SchemaCollectionSwitchResp.md
Normal file
108
docs/SchemaCollectionSwitchResp.md
Normal file
@@ -0,0 +1,108 @@
|
||||
# SchemaCollectionSwitchResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ObjectCollectionCount** | Pointer to **string** | | [optional]
|
||||
**ObjectId** | Pointer to **string** | | [optional]
|
||||
**Switch** | Pointer to **bool** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaCollectionSwitchResp
|
||||
|
||||
`func NewSchemaCollectionSwitchResp() *SchemaCollectionSwitchResp`
|
||||
|
||||
NewSchemaCollectionSwitchResp instantiates a new SchemaCollectionSwitchResp 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
|
||||
|
||||
### NewSchemaCollectionSwitchRespWithDefaults
|
||||
|
||||
`func NewSchemaCollectionSwitchRespWithDefaults() *SchemaCollectionSwitchResp`
|
||||
|
||||
NewSchemaCollectionSwitchRespWithDefaults instantiates a new SchemaCollectionSwitchResp 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
|
||||
|
||||
### GetObjectCollectionCount
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) GetObjectCollectionCount() string`
|
||||
|
||||
GetObjectCollectionCount returns the ObjectCollectionCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectCollectionCountOk
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) GetObjectCollectionCountOk() (*string, bool)`
|
||||
|
||||
GetObjectCollectionCountOk returns a tuple with the ObjectCollectionCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetObjectCollectionCount
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) SetObjectCollectionCount(v string)`
|
||||
|
||||
SetObjectCollectionCount sets ObjectCollectionCount field to given value.
|
||||
|
||||
### HasObjectCollectionCount
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) HasObjectCollectionCount() bool`
|
||||
|
||||
HasObjectCollectionCount returns a boolean if a field has been set.
|
||||
|
||||
### GetObjectId
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) GetObjectId() string`
|
||||
|
||||
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectIdOk
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) 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 *SchemaCollectionSwitchResp) SetObjectId(v string)`
|
||||
|
||||
SetObjectId sets ObjectId field to given value.
|
||||
|
||||
### HasObjectId
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) HasObjectId() bool`
|
||||
|
||||
HasObjectId returns a boolean if a field has been set.
|
||||
|
||||
### GetSwitch
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) GetSwitch() bool`
|
||||
|
||||
GetSwitch returns the Switch field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSwitchOk
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) GetSwitchOk() (*bool, bool)`
|
||||
|
||||
GetSwitchOk returns a tuple with the Switch field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSwitch
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) SetSwitch(v bool)`
|
||||
|
||||
SetSwitch sets Switch field to given value.
|
||||
|
||||
### HasSwitch
|
||||
|
||||
`func (o *SchemaCollectionSwitchResp) HasSwitch() bool`
|
||||
|
||||
HasSwitch returns a boolean if a field has been set.
|
||||
|
||||
|
||||
[[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