Name | Type | Description | Notes |
---|---|---|---|
EventsEnabled | Pointer to bool | [optional] | |
EventsExpiration | Pointer to int64 | [optional] | |
EventsListeners | Pointer to []string | [optional] | |
EnabledEventTypes | Pointer to []string | [optional] | |
AdminEventsEnabled | Pointer to bool | [optional] | |
AdminEventsDetailsEnabled | Pointer to bool | [optional] |
func NewRealmEventsConfigRepresentation() *RealmEventsConfigRepresentation
NewRealmEventsConfigRepresentation instantiates a new RealmEventsConfigRepresentation 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
func NewRealmEventsConfigRepresentationWithDefaults() *RealmEventsConfigRepresentation
NewRealmEventsConfigRepresentationWithDefaults instantiates a new RealmEventsConfigRepresentation 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
func (o *RealmEventsConfigRepresentation) GetEventsEnabled() bool
GetEventsEnabled returns the EventsEnabled field if non-nil, zero value otherwise.
func (o *RealmEventsConfigRepresentation) GetEventsEnabledOk() (*bool, bool)
GetEventsEnabledOk returns a tuple with the EventsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RealmEventsConfigRepresentation) SetEventsEnabled(v bool)
SetEventsEnabled sets EventsEnabled field to given value.
func (o *RealmEventsConfigRepresentation) HasEventsEnabled() bool
HasEventsEnabled returns a boolean if a field has been set.
func (o *RealmEventsConfigRepresentation) GetEventsExpiration() int64
GetEventsExpiration returns the EventsExpiration field if non-nil, zero value otherwise.
func (o *RealmEventsConfigRepresentation) GetEventsExpirationOk() (*int64, bool)
GetEventsExpirationOk returns a tuple with the EventsExpiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RealmEventsConfigRepresentation) SetEventsExpiration(v int64)
SetEventsExpiration sets EventsExpiration field to given value.
func (o *RealmEventsConfigRepresentation) HasEventsExpiration() bool
HasEventsExpiration returns a boolean if a field has been set.
func (o *RealmEventsConfigRepresentation) GetEventsListeners() []string
GetEventsListeners returns the EventsListeners field if non-nil, zero value otherwise.
func (o *RealmEventsConfigRepresentation) GetEventsListenersOk() (*[]string, bool)
GetEventsListenersOk returns a tuple with the EventsListeners field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RealmEventsConfigRepresentation) SetEventsListeners(v []string)
SetEventsListeners sets EventsListeners field to given value.
func (o *RealmEventsConfigRepresentation) HasEventsListeners() bool
HasEventsListeners returns a boolean if a field has been set.
func (o *RealmEventsConfigRepresentation) GetEnabledEventTypes() []string
GetEnabledEventTypes returns the EnabledEventTypes field if non-nil, zero value otherwise.
func (o *RealmEventsConfigRepresentation) GetEnabledEventTypesOk() (*[]string, bool)
GetEnabledEventTypesOk returns a tuple with the EnabledEventTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RealmEventsConfigRepresentation) SetEnabledEventTypes(v []string)
SetEnabledEventTypes sets EnabledEventTypes field to given value.
func (o *RealmEventsConfigRepresentation) HasEnabledEventTypes() bool
HasEnabledEventTypes returns a boolean if a field has been set.
func (o *RealmEventsConfigRepresentation) GetAdminEventsEnabled() bool
GetAdminEventsEnabled returns the AdminEventsEnabled field if non-nil, zero value otherwise.
func (o *RealmEventsConfigRepresentation) GetAdminEventsEnabledOk() (*bool, bool)
GetAdminEventsEnabledOk returns a tuple with the AdminEventsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RealmEventsConfigRepresentation) SetAdminEventsEnabled(v bool)
SetAdminEventsEnabled sets AdminEventsEnabled field to given value.
func (o *RealmEventsConfigRepresentation) HasAdminEventsEnabled() bool
HasAdminEventsEnabled returns a boolean if a field has been set.
func (o *RealmEventsConfigRepresentation) GetAdminEventsDetailsEnabled() bool
GetAdminEventsDetailsEnabled returns the AdminEventsDetailsEnabled field if non-nil, zero value otherwise.
func (o *RealmEventsConfigRepresentation) GetAdminEventsDetailsEnabledOk() (*bool, bool)
GetAdminEventsDetailsEnabledOk returns a tuple with the AdminEventsDetailsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RealmEventsConfigRepresentation) SetAdminEventsDetailsEnabled(v bool)
SetAdminEventsDetailsEnabled sets AdminEventsDetailsEnabled field to given value.
func (o *RealmEventsConfigRepresentation) HasAdminEventsDetailsEnabled() bool
HasAdminEventsDetailsEnabled returns a boolean if a field has been set.