Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.35 KB

File metadata and controls

72 lines (39 loc) · 2.35 KB

EventHandlerRegisteredEventHandlerRequest

Properties

Name Type Description Notes
Id int32
UseHandler bool

Methods

NewEventHandlerRegisteredEventHandlerRequest

func NewEventHandlerRegisteredEventHandlerRequest(id int32, useHandler bool, ) *EventHandlerRegisteredEventHandlerRequest

NewEventHandlerRegisteredEventHandlerRequest instantiates a new EventHandlerRegisteredEventHandlerRequest 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

NewEventHandlerRegisteredEventHandlerRequestWithDefaults

func NewEventHandlerRegisteredEventHandlerRequestWithDefaults() *EventHandlerRegisteredEventHandlerRequest

NewEventHandlerRegisteredEventHandlerRequestWithDefaults instantiates a new EventHandlerRegisteredEventHandlerRequest 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 *EventHandlerRegisteredEventHandlerRequest) GetId() int32

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

GetIdOk

func (o *EventHandlerRegisteredEventHandlerRequest) 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 *EventHandlerRegisteredEventHandlerRequest) SetId(v int32)

SetId sets Id field to given value.

GetUseHandler

func (o *EventHandlerRegisteredEventHandlerRequest) GetUseHandler() bool

GetUseHandler returns the UseHandler field if non-nil, zero value otherwise.

GetUseHandlerOk

func (o *EventHandlerRegisteredEventHandlerRequest) 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.

SetUseHandler

func (o *EventHandlerRegisteredEventHandlerRequest) SetUseHandler(v bool)

SetUseHandler sets UseHandler field to given value.

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