Skip to content

Latest commit

 

History

History
190 lines (105 loc) · 6.64 KB

File metadata and controls

190 lines (105 loc) · 6.64 KB

EventHandlerRegistrationEventHandlerRegistrationResponse

Properties

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]

Methods

NewEventHandlerRegistrationEventHandlerRegistrationResponse

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

NewEventHandlerRegistrationEventHandlerRegistrationResponseWithDefaults

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

GetId

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

GetClassName

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetClassName() string

GetClassName returns the ClassName field if non-nil, zero value otherwise.

GetClassNameOk

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.

SetClassName

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetClassName(v string)

SetClassName sets ClassName field to given value.

HasClassName

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) HasClassName() bool

HasClassName returns a boolean if a field has been set.

SetClassNameNil

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetClassNameNil(b bool)

SetClassNameNil sets the value for ClassName to be an explicit nil

UnsetClassName

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) UnsetClassName()

UnsetClassName ensures that no value is present for ClassName, not even an explicit nil

GetEnabled

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetSupportedEvents

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) GetSupportedEvents() string

GetSupportedEvents returns the SupportedEvents field if non-nil, zero value otherwise.

GetSupportedEventsOk

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.

SetSupportedEvents

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetSupportedEvents(v string)

SetSupportedEvents sets SupportedEvents field to given value.

HasSupportedEvents

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) HasSupportedEvents() bool

HasSupportedEvents returns a boolean if a field has been set.

SetSupportedEventsNil

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) SetSupportedEventsNil(b bool)

SetSupportedEventsNil sets the value for SupportedEvents to be an explicit nil

UnsetSupportedEvents

func (o *EventHandlerRegistrationEventHandlerRegistrationResponse) UnsetSupportedEvents()

UnsetSupportedEvents ensures that no value is present for SupportedEvents, not even an explicit nil

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