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

1.8 KiB

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] [Back to API list] [Back to README]