# SchemaUserNoticeSetRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **NoticeSwitch** | Pointer to **bool** | | [optional] ## Methods ### NewSchemaUserNoticeSetRequest `func NewSchemaUserNoticeSetRequest() *SchemaUserNoticeSetRequest` NewSchemaUserNoticeSetRequest instantiates a new SchemaUserNoticeSetRequest 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 ### NewSchemaUserNoticeSetRequestWithDefaults `func NewSchemaUserNoticeSetRequestWithDefaults() *SchemaUserNoticeSetRequest` NewSchemaUserNoticeSetRequestWithDefaults instantiates a new SchemaUserNoticeSetRequest 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 *SchemaUserNoticeSetRequest) GetNoticeSwitch() bool` GetNoticeSwitch returns the NoticeSwitch field if non-nil, zero value otherwise. ### GetNoticeSwitchOk `func (o *SchemaUserNoticeSetRequest) 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 *SchemaUserNoticeSetRequest) SetNoticeSwitch(v bool)` SetNoticeSwitch sets NoticeSwitch field to given value. ### HasNoticeSwitch `func (o *SchemaUserNoticeSetRequest) 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)