first version
This commit is contained in:
56
docs/SchemaUserNoticeSetResp.md
Normal file
56
docs/SchemaUserNoticeSetResp.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# SchemaUserNoticeSetResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**NoticeSwitch** | Pointer to **bool** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaUserNoticeSetResp
|
||||
|
||||
`func NewSchemaUserNoticeSetResp() *SchemaUserNoticeSetResp`
|
||||
|
||||
NewSchemaUserNoticeSetResp instantiates a new SchemaUserNoticeSetResp 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
|
||||
|
||||
### NewSchemaUserNoticeSetRespWithDefaults
|
||||
|
||||
`func NewSchemaUserNoticeSetRespWithDefaults() *SchemaUserNoticeSetResp`
|
||||
|
||||
NewSchemaUserNoticeSetRespWithDefaults instantiates a new SchemaUserNoticeSetResp 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
|
||||
|
||||
### GetNoticeSwitch
|
||||
|
||||
`func (o *SchemaUserNoticeSetResp) GetNoticeSwitch() bool`
|
||||
|
||||
GetNoticeSwitch returns the NoticeSwitch field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNoticeSwitchOk
|
||||
|
||||
`func (o *SchemaUserNoticeSetResp) GetNoticeSwitchOk() (*bool, bool)`
|
||||
|
||||
GetNoticeSwitchOk returns a tuple with the NoticeSwitch field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetNoticeSwitch
|
||||
|
||||
`func (o *SchemaUserNoticeSetResp) SetNoticeSwitch(v bool)`
|
||||
|
||||
SetNoticeSwitch sets NoticeSwitch field to given value.
|
||||
|
||||
### HasNoticeSwitch
|
||||
|
||||
`func (o *SchemaUserNoticeSetResp) HasNoticeSwitch() bool`
|
||||
|
||||
HasNoticeSwitch 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