Name | Type | Description | Notes |
---|---|---|---|
DisplayName | Pointer to string | [optional] | |
ParameterType | Pointer to int32 | [optional] | |
Required | Pointer to bool | [optional] | |
DefaultValue | Pointer to string | [optional] | |
ControlType | Pointer to int32 | [optional] | |
PotentialValues | Pointer to map[string]string | [optional] | |
SupportTokenReplacement | Pointer to bool | [optional] | |
DependsOn | Pointer to map[string]string | [optional] |
func NewKeyfactorApiModelsWorkflowsParameterDefinitionResponse() *KeyfactorApiModelsWorkflowsParameterDefinitionResponse
NewKeyfactorApiModelsWorkflowsParameterDefinitionResponse instantiates a new KeyfactorApiModelsWorkflowsParameterDefinitionResponse 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
func NewKeyfactorApiModelsWorkflowsParameterDefinitionResponseWithDefaults() *KeyfactorApiModelsWorkflowsParameterDefinitionResponse
NewKeyfactorApiModelsWorkflowsParameterDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsParameterDefinitionResponse 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
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) 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.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetParameterType() int32
GetParameterType returns the ParameterType field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetParameterTypeOk() (*int32, 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.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetParameterType(v int32)
SetParameterType sets ParameterType field to given value.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasParameterType() bool
HasParameterType returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetRequired() bool
GetRequired returns the Required field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetRequiredOk() (*bool, bool)
GetRequiredOk returns a tuple with the Required field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetRequired(v bool)
SetRequired sets Required field to given value.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) 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.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetDefaultValue(v string)
SetDefaultValue sets DefaultValue field to given value.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetControlType() int32
GetControlType returns the ControlType field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetControlTypeOk() (*int32, bool)
GetControlTypeOk returns a tuple with the ControlType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetControlType(v int32)
SetControlType sets ControlType field to given value.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasControlType() bool
HasControlType returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetPotentialValues() map[string]string
GetPotentialValues returns the PotentialValues field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetPotentialValuesOk() (*map[string]string, bool)
GetPotentialValuesOk returns a tuple with the PotentialValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetPotentialValues(v map[string]string)
SetPotentialValues sets PotentialValues field to given value.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasPotentialValues() bool
HasPotentialValues returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetSupportTokenReplacement() bool
GetSupportTokenReplacement returns the SupportTokenReplacement field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetSupportTokenReplacementOk() (*bool, bool)
GetSupportTokenReplacementOk returns a tuple with the SupportTokenReplacement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetSupportTokenReplacement(v bool)
SetSupportTokenReplacement sets SupportTokenReplacement field to given value.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasSupportTokenReplacement() bool
HasSupportTokenReplacement returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetDependsOn() map[string]string
GetDependsOn returns the DependsOn field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) GetDependsOnOk() (*map[string]string, bool)
GetDependsOnOk returns a tuple with the DependsOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) SetDependsOn(v map[string]string)
SetDependsOn sets DependsOn field to given value.
func (o *KeyfactorApiModelsWorkflowsParameterDefinitionResponse) HasDependsOn() bool
HasDependsOn returns a boolean if a field has been set.