| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| ClassName | Pointer to NullableString | [optional] | |
| Enabled | Pointer to bool | [optional] | |
| SupportedEvents | Pointer to NullableString | [optional] |
func NewEventHandlerRegistrationEventHandlerRegistrationResponse() *EventHandlerRegistrationEventHandlerRegistrationResponse
NewEventHandlerRegistrationEventHandlerRegistrationResponse instantiates a new EventHandlerRegistrationEventHandlerRegistrationResponse 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 NewEventHandlerRegistrationEventHandlerRegistrationResponseWithDefaults() *EventHandlerRegistrationEventHandlerRegistrationResponse
NewEventHandlerRegistrationEventHandlerRegistrationResponseWithDefaults instantiates a new EventHandlerRegistrationEventHandlerRegistrationResponse 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 *EventHandlerRegistrationEventHandlerRegistrationResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetClassName() string
GetClassName returns the ClassName field if non-nil, zero value otherwise.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetClassNameOk() (*string, bool)
GetClassNameOk returns a tuple with the ClassName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetClassName(v string)
SetClassName sets ClassName field to given value.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) HasClassName() bool
HasClassName returns a boolean if a field has been set.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetClassNameNil(b bool)
SetClassNameNil sets the value for ClassName to be an explicit nil
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) UnsetClassName()
UnsetClassName ensures that no value is present for ClassName, not even an explicit nil
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetSupportedEvents() string
GetSupportedEvents returns the SupportedEvents field if non-nil, zero value otherwise.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetSupportedEventsOk() (*string, bool)
GetSupportedEventsOk returns a tuple with the SupportedEvents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetSupportedEvents(v string)
SetSupportedEvents sets SupportedEvents field to given value.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) HasSupportedEvents() bool
HasSupportedEvents returns a boolean if a field has been set.
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetSupportedEventsNil(b bool)
SetSupportedEventsNil sets the value for SupportedEvents to be an explicit nil
func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) UnsetSupportedEvents()
UnsetSupportedEvents ensures that no value is present for SupportedEvents, not even an explicit nil