| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| UseHandler | Pointer to bool | [optional] |
func NewEventHandlerRegisteredEventHandlerResponse() *EventHandlerRegisteredEventHandlerResponse
NewEventHandlerRegisteredEventHandlerResponse instantiates a new EventHandlerRegisteredEventHandlerResponse 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 NewEventHandlerRegisteredEventHandlerResponseWithDefaults() *EventHandlerRegisteredEventHandlerResponse
NewEventHandlerRegisteredEventHandlerResponseWithDefaults instantiates a new EventHandlerRegisteredEventHandlerResponse 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 *EventHandlerRegisteredEventHandlerResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *EventHandlerRegisteredEventHandlerResponse) 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 *EventHandlerRegisteredEventHandlerResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *EventHandlerRegisteredEventHandlerResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *EventHandlerRegisteredEventHandlerResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *EventHandlerRegisteredEventHandlerResponse) 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 *EventHandlerRegisteredEventHandlerResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *EventHandlerRegisteredEventHandlerResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *EventHandlerRegisteredEventHandlerResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *EventHandlerRegisteredEventHandlerResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *EventHandlerRegisteredEventHandlerResponse) GetUseHandler() bool
GetUseHandler returns the UseHandler field if non-nil, zero value otherwise.
func (o *EventHandlerRegisteredEventHandlerResponse) GetUseHandlerOk() (*bool, bool)
GetUseHandlerOk returns a tuple with the UseHandler field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventHandlerRegisteredEventHandlerResponse) SetUseHandler(v bool)
SetUseHandler sets UseHandler field to given value.
func (o *EventHandlerRegisteredEventHandlerResponse) HasUseHandler() bool
HasUseHandler returns a boolean if a field has been set.