Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.4 KB

KeyfactorApiModelsEventHandlerEventHandlerParameterRequest.md

File metadata and controls

93 lines (50 loc) · 3.4 KB

KeyfactorApiModelsEventHandlerEventHandlerParameterRequest

Properties

Name Type Description Notes
Key string
DefaultValue string
ParameterType string

Methods

NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequest

func NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequest(key string, defaultValue string, parameterType string, ) *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest

NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequest instantiates a new KeyfactorApiModelsEventHandlerEventHandlerParameterRequest 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

NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequestWithDefaults

func NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequestWithDefaults() *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest

NewKeyfactorApiModelsEventHandlerEventHandlerParameterRequestWithDefaults instantiates a new KeyfactorApiModelsEventHandlerEventHandlerParameterRequest 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

GetKey

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) GetKey() string

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

GetKeyOk

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

SetKey sets Key field to given value.

GetDefaultValue

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) GetDefaultValue() string

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

GetDefaultValueOk

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

SetDefaultValue sets DefaultValue field to given value.

GetParameterType

func (o *KeyfactorApiModelsEventHandlerEventHandlerParameterRequest) GetParameterType() string

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

GetParameterTypeOk

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

SetParameterType sets ParameterType field to given value.

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