Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.79 KB

RateLimitAdminNotifications.md

File metadata and controls

51 lines (28 loc) · 1.79 KB

RateLimitAdminNotifications

Properties

Name Type Description Notes
NotificationsEnabled bool

Methods

NewRateLimitAdminNotifications

func NewRateLimitAdminNotifications(notificationsEnabled bool, ) *RateLimitAdminNotifications

NewRateLimitAdminNotifications instantiates a new RateLimitAdminNotifications 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

NewRateLimitAdminNotificationsWithDefaults

func NewRateLimitAdminNotificationsWithDefaults() *RateLimitAdminNotifications

NewRateLimitAdminNotificationsWithDefaults instantiates a new RateLimitAdminNotifications 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

GetNotificationsEnabled

func (o *RateLimitAdminNotifications) GetNotificationsEnabled() bool

GetNotificationsEnabled returns the NotificationsEnabled field if non-nil, zero value otherwise.

GetNotificationsEnabledOk

func (o *RateLimitAdminNotifications) GetNotificationsEnabledOk() (*bool, bool)

GetNotificationsEnabledOk returns a tuple with the NotificationsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNotificationsEnabled

func (o *RateLimitAdminNotifications) SetNotificationsEnabled(v bool)

SetNotificationsEnabled sets NotificationsEnabled field to given value.

[Back to Model list] [Back to API list] [Back to README]