Files
openapi-go-answer/docs/SchemaUpdateUserNotificationConfigReq.md
2023-09-26 16:20:01 +08:00

109 lines
4.2 KiB
Markdown

# SchemaUpdateUserNotificationConfigReq
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AllNewQuestion** | Pointer to [**[]SchemaNotificationChannelConfig**](SchemaNotificationChannelConfig.md) | | [optional]
**AllNewQuestionForFollowingTags** | Pointer to [**[]SchemaNotificationChannelConfig**](SchemaNotificationChannelConfig.md) | | [optional]
**Inbox** | Pointer to [**[]SchemaNotificationChannelConfig**](SchemaNotificationChannelConfig.md) | | [optional]
## Methods
### NewSchemaUpdateUserNotificationConfigReq
`func NewSchemaUpdateUserNotificationConfigReq() *SchemaUpdateUserNotificationConfigReq`
NewSchemaUpdateUserNotificationConfigReq instantiates a new SchemaUpdateUserNotificationConfigReq 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
### NewSchemaUpdateUserNotificationConfigReqWithDefaults
`func NewSchemaUpdateUserNotificationConfigReqWithDefaults() *SchemaUpdateUserNotificationConfigReq`
NewSchemaUpdateUserNotificationConfigReqWithDefaults instantiates a new SchemaUpdateUserNotificationConfigReq 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
### GetAllNewQuestion
`func (o *SchemaUpdateUserNotificationConfigReq) GetAllNewQuestion() []SchemaNotificationChannelConfig`
GetAllNewQuestion returns the AllNewQuestion field if non-nil, zero value otherwise.
### GetAllNewQuestionOk
`func (o *SchemaUpdateUserNotificationConfigReq) GetAllNewQuestionOk() (*[]SchemaNotificationChannelConfig, bool)`
GetAllNewQuestionOk returns a tuple with the AllNewQuestion field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAllNewQuestion
`func (o *SchemaUpdateUserNotificationConfigReq) SetAllNewQuestion(v []SchemaNotificationChannelConfig)`
SetAllNewQuestion sets AllNewQuestion field to given value.
### HasAllNewQuestion
`func (o *SchemaUpdateUserNotificationConfigReq) HasAllNewQuestion() bool`
HasAllNewQuestion returns a boolean if a field has been set.
### GetAllNewQuestionForFollowingTags
`func (o *SchemaUpdateUserNotificationConfigReq) GetAllNewQuestionForFollowingTags() []SchemaNotificationChannelConfig`
GetAllNewQuestionForFollowingTags returns the AllNewQuestionForFollowingTags field if non-nil, zero value otherwise.
### GetAllNewQuestionForFollowingTagsOk
`func (o *SchemaUpdateUserNotificationConfigReq) GetAllNewQuestionForFollowingTagsOk() (*[]SchemaNotificationChannelConfig, bool)`
GetAllNewQuestionForFollowingTagsOk returns a tuple with the AllNewQuestionForFollowingTags field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAllNewQuestionForFollowingTags
`func (o *SchemaUpdateUserNotificationConfigReq) SetAllNewQuestionForFollowingTags(v []SchemaNotificationChannelConfig)`
SetAllNewQuestionForFollowingTags sets AllNewQuestionForFollowingTags field to given value.
### HasAllNewQuestionForFollowingTags
`func (o *SchemaUpdateUserNotificationConfigReq) HasAllNewQuestionForFollowingTags() bool`
HasAllNewQuestionForFollowingTags returns a boolean if a field has been set.
### GetInbox
`func (o *SchemaUpdateUserNotificationConfigReq) GetInbox() []SchemaNotificationChannelConfig`
GetInbox returns the Inbox field if non-nil, zero value otherwise.
### GetInboxOk
`func (o *SchemaUpdateUserNotificationConfigReq) GetInboxOk() (*[]SchemaNotificationChannelConfig, bool)`
GetInboxOk returns a tuple with the Inbox field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetInbox
`func (o *SchemaUpdateUserNotificationConfigReq) SetInbox(v []SchemaNotificationChannelConfig)`
SetInbox sets Inbox field to given value.
### HasInbox
`func (o *SchemaUpdateUserNotificationConfigReq) HasInbox() bool`
HasInbox 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)