Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.64 KB

KeyfactorApiModelsEventHandlerEventHandlerParameterResponse.md

File metadata and controls

134 lines (73 loc) · 4.64 KB

KeyfactorApiModelsEventHandlerEventHandlerParameterResponse

Properties

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

Methods

NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponse

func NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponse() *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse

NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponse instantiates a new KeyfactorApiModelsEventHandlerEventHandlerParameterResponse 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

NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponseWithDefaults

func NewKeyfactorApiModelsEventHandlerEventHandlerParameterResponseWithDefaults() *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse

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

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetKey

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) GetKey() string

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

GetKeyOk

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) 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 *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) HasKey() bool

HasKey returns a boolean if a field has been set.

GetDefaultValue

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) GetDefaultValue() string

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

GetDefaultValueOk

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) 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 *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) SetDefaultValue(v string)

SetDefaultValue sets DefaultValue field to given value.

HasDefaultValue

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

GetParameterType

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) GetParameterType() string

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

GetParameterTypeOk

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) 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 *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) SetParameterType(v string)

SetParameterType sets ParameterType field to given value.

HasParameterType

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterResponse) HasParameterType() bool

HasParameterType returns a boolean if a field has been set.

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