4.1 KiB
SchemaGetUserNotificationConfigResp
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AllNewQuestion | Pointer to []SchemaNotificationChannelConfig | [optional] | |
| AllNewQuestionForFollowingTags | Pointer to []SchemaNotificationChannelConfig | [optional] | |
| Inbox | Pointer to []SchemaNotificationChannelConfig | [optional] |
Methods
NewSchemaGetUserNotificationConfigResp
func NewSchemaGetUserNotificationConfigResp() *SchemaGetUserNotificationConfigResp
NewSchemaGetUserNotificationConfigResp instantiates a new SchemaGetUserNotificationConfigResp 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
NewSchemaGetUserNotificationConfigRespWithDefaults
func NewSchemaGetUserNotificationConfigRespWithDefaults() *SchemaGetUserNotificationConfigResp
NewSchemaGetUserNotificationConfigRespWithDefaults instantiates a new SchemaGetUserNotificationConfigResp 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 *SchemaGetUserNotificationConfigResp) GetAllNewQuestion() []SchemaNotificationChannelConfig
GetAllNewQuestion returns the AllNewQuestion field if non-nil, zero value otherwise.
GetAllNewQuestionOk
func (o *SchemaGetUserNotificationConfigResp) 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 *SchemaGetUserNotificationConfigResp) SetAllNewQuestion(v []SchemaNotificationChannelConfig)
SetAllNewQuestion sets AllNewQuestion field to given value.
HasAllNewQuestion
func (o *SchemaGetUserNotificationConfigResp) HasAllNewQuestion() bool
HasAllNewQuestion returns a boolean if a field has been set.
GetAllNewQuestionForFollowingTags
func (o *SchemaGetUserNotificationConfigResp) GetAllNewQuestionForFollowingTags() []SchemaNotificationChannelConfig
GetAllNewQuestionForFollowingTags returns the AllNewQuestionForFollowingTags field if non-nil, zero value otherwise.
GetAllNewQuestionForFollowingTagsOk
func (o *SchemaGetUserNotificationConfigResp) 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 *SchemaGetUserNotificationConfigResp) SetAllNewQuestionForFollowingTags(v []SchemaNotificationChannelConfig)
SetAllNewQuestionForFollowingTags sets AllNewQuestionForFollowingTags field to given value.
HasAllNewQuestionForFollowingTags
func (o *SchemaGetUserNotificationConfigResp) HasAllNewQuestionForFollowingTags() bool
HasAllNewQuestionForFollowingTags returns a boolean if a field has been set.
GetInbox
func (o *SchemaGetUserNotificationConfigResp) GetInbox() []SchemaNotificationChannelConfig
GetInbox returns the Inbox field if non-nil, zero value otherwise.
GetInboxOk
func (o *SchemaGetUserNotificationConfigResp) 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 *SchemaGetUserNotificationConfigResp) SetInbox(v []SchemaNotificationChannelConfig)
SetInbox sets Inbox field to given value.
HasInbox
func (o *SchemaGetUserNotificationConfigResp) HasInbox() bool
HasInbox returns a boolean if a field has been set.