Skip to content

Latest commit

 

History

History
164 lines (91 loc) · 5.21 KB

File metadata and controls

164 lines (91 loc) · 5.21 KB

EventHandlerEventHandlerParameterResponse

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Key Pointer to NullableString [optional]
DefaultValue Pointer to NullableString [optional]
ParameterType Pointer to NullableString [optional]

Methods

NewEventHandlerEventHandlerParameterResponse

func NewEventHandlerEventHandlerParameterResponse() *EventHandlerEventHandlerParameterResponse

NewEventHandlerEventHandlerParameterResponse instantiates a new EventHandlerEventHandlerParameterResponse 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

NewEventHandlerEventHandlerParameterResponseWithDefaults

func NewEventHandlerEventHandlerParameterResponseWithDefaults() *EventHandlerEventHandlerParameterResponse

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

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *EventHandlerEventHandlerParameterResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetKey

func (o *EventHandlerEventHandlerParameterResponse) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *EventHandlerEventHandlerParameterResponse) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *EventHandlerEventHandlerParameterResponse) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *EventHandlerEventHandlerParameterResponse) HasKey() bool

HasKey returns a boolean if a field has been set.

SetKeyNil

func (o *EventHandlerEventHandlerParameterResponse) SetKeyNil(b bool)

SetKeyNil sets the value for Key to be an explicit nil

UnsetKey

func (o *EventHandlerEventHandlerParameterResponse) UnsetKey()

UnsetKey ensures that no value is present for Key, not even an explicit nil

GetDefaultValue

func (o *EventHandlerEventHandlerParameterResponse) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.

GetDefaultValueOk

func (o *EventHandlerEventHandlerParameterResponse) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDefaultValue

func (o *EventHandlerEventHandlerParameterResponse) SetDefaultValue(v string)

SetDefaultValue sets DefaultValue field to given value.

HasDefaultValue

func (o *EventHandlerEventHandlerParameterResponse) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

SetDefaultValueNil

func (o *EventHandlerEventHandlerParameterResponse) SetDefaultValueNil(b bool)

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

UnsetDefaultValue

func (o *EventHandlerEventHandlerParameterResponse) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

GetParameterType

func (o *EventHandlerEventHandlerParameterResponse) GetParameterType() string

GetParameterType returns the ParameterType field if non-nil, zero value otherwise.

GetParameterTypeOk

func (o *EventHandlerEventHandlerParameterResponse) GetParameterTypeOk() (*string, bool)

GetParameterTypeOk returns a tuple with the ParameterType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetParameterType

func (o *EventHandlerEventHandlerParameterResponse) SetParameterType(v string)

SetParameterType sets ParameterType field to given value.

HasParameterType

func (o *EventHandlerEventHandlerParameterResponse) HasParameterType() bool

HasParameterType returns a boolean if a field has been set.

SetParameterTypeNil

func (o *EventHandlerEventHandlerParameterResponse) SetParameterTypeNil(b bool)

SetParameterTypeNil sets the value for ParameterType to be an explicit nil

UnsetParameterType

func (o *EventHandlerEventHandlerParameterResponse) UnsetParameterType()

UnsetParameterType ensures that no value is present for ParameterType, not even an explicit nil

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