Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserPollSettings ¶
type UserPollSettings struct {
CompletedAt *time.Time `json:"completedAt,omitempty"`
DontShowUntil *time.Time `json:"dontShowUntil,omitempty"`
IgnoredAt *time.Time `json:"ignoredAt,omitempty"`
ShouldShow bool `json:"shouldShow"`
Status UserPollSettingsStatus `json:"status"`
UserId string `json:"userId"`
}
func (*UserPollSettings) Validate ¶
func (o *UserPollSettings) Validate() error
type UserPollSettingsStatus ¶
type UserPollSettingsStatus string
const UserPollSettingsStatusCompleted UserPollSettingsStatus = "completed"
const UserPollSettingsStatusIgnored UserPollSettingsStatus = "ignored"
const UserPollSettingsStatusMuted UserPollSettingsStatus = "muted"
const UserPollSettingsStatusNew UserPollSettingsStatus = "new"
func (UserPollSettingsStatus) Validate ¶
func (e UserPollSettingsStatus) Validate() error
Click to show internal directories.
Click to hide internal directories.