| Name | Type | Description | Notes |
|---|---|---|---|
| DisplayName | Pointer to NullableString | [optional] | |
| ParameterType | Pointer to KeyfactorWorkflowsDataType | [optional] | |
| Required | Pointer to bool | [optional] | |
| DefaultValue | Pointer to NullableString | [optional] | |
| ControlType | Pointer to KeyfactorWorkflowsInputControlType | [optional] | |
| PotentialValues | Pointer to map[string]string | [optional] | |
| SupportTokenReplacement | Pointer to bool | [optional] | |
| DependsOn | Pointer to map[string]string | [optional] | |
| ToolTipContents | Pointer to NullableString | [optional] |
func NewWorkflowsParameterDefinitionResponse() *WorkflowsParameterDefinitionResponse
NewWorkflowsParameterDefinitionResponse instantiates a new WorkflowsParameterDefinitionResponse 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 NewWorkflowsParameterDefinitionResponseWithDefaults() *WorkflowsParameterDefinitionResponse
NewWorkflowsParameterDefinitionResponseWithDefaults instantiates a new WorkflowsParameterDefinitionResponse 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 *WorkflowsParameterDefinitionResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *WorkflowsParameterDefinitionResponse) 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 *WorkflowsParameterDefinitionResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *WorkflowsParameterDefinitionResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *WorkflowsParameterDefinitionResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *WorkflowsParameterDefinitionResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *WorkflowsParameterDefinitionResponse) GetParameterType() KeyfactorWorkflowsDataType
GetParameterType returns the ParameterType field if non-nil, zero value otherwise.
func (o *WorkflowsParameterDefinitionResponse) GetParameterTypeOk() (*KeyfactorWorkflowsDataType, 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 *WorkflowsParameterDefinitionResponse) SetParameterType(v KeyfactorWorkflowsDataType)
SetParameterType sets ParameterType field to given value.
func (o *WorkflowsParameterDefinitionResponse) HasParameterType() bool
HasParameterType returns a boolean if a field has been set.
func (o *WorkflowsParameterDefinitionResponse) GetRequired() bool
GetRequired returns the Required field if non-nil, zero value otherwise.
func (o *WorkflowsParameterDefinitionResponse) 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 *WorkflowsParameterDefinitionResponse) SetRequired(v bool)
SetRequired sets Required field to given value.
func (o *WorkflowsParameterDefinitionResponse) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (o *WorkflowsParameterDefinitionResponse) GetDefaultValue() string
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *WorkflowsParameterDefinitionResponse) 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 *WorkflowsParameterDefinitionResponse) SetDefaultValue(v string)
SetDefaultValue sets DefaultValue field to given value.
func (o *WorkflowsParameterDefinitionResponse) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *WorkflowsParameterDefinitionResponse) SetDefaultValueNil(b bool)
SetDefaultValueNil sets the value for DefaultValue to be an explicit nil
func (o *WorkflowsParameterDefinitionResponse) UnsetDefaultValue()
UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil
func (o *WorkflowsParameterDefinitionResponse) GetControlType() KeyfactorWorkflowsInputControlType
GetControlType returns the ControlType field if non-nil, zero value otherwise.
func (o *WorkflowsParameterDefinitionResponse) GetControlTypeOk() (*KeyfactorWorkflowsInputControlType, 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 *WorkflowsParameterDefinitionResponse) SetControlType(v KeyfactorWorkflowsInputControlType)
SetControlType sets ControlType field to given value.
func (o *WorkflowsParameterDefinitionResponse) HasControlType() bool
HasControlType returns a boolean if a field has been set.
func (o *WorkflowsParameterDefinitionResponse) GetPotentialValues() map[string]string
GetPotentialValues returns the PotentialValues field if non-nil, zero value otherwise.
func (o *WorkflowsParameterDefinitionResponse) 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 *WorkflowsParameterDefinitionResponse) SetPotentialValues(v map[string]string)
SetPotentialValues sets PotentialValues field to given value.
func (o *WorkflowsParameterDefinitionResponse) HasPotentialValues() bool
HasPotentialValues returns a boolean if a field has been set.
func (o *WorkflowsParameterDefinitionResponse) SetPotentialValuesNil(b bool)
SetPotentialValuesNil sets the value for PotentialValues to be an explicit nil
func (o *WorkflowsParameterDefinitionResponse) UnsetPotentialValues()
UnsetPotentialValues ensures that no value is present for PotentialValues, not even an explicit nil
func (o *WorkflowsParameterDefinitionResponse) GetSupportTokenReplacement() bool
GetSupportTokenReplacement returns the SupportTokenReplacement field if non-nil, zero value otherwise.
func (o *WorkflowsParameterDefinitionResponse) 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 *WorkflowsParameterDefinitionResponse) SetSupportTokenReplacement(v bool)
SetSupportTokenReplacement sets SupportTokenReplacement field to given value.
func (o *WorkflowsParameterDefinitionResponse) HasSupportTokenReplacement() bool
HasSupportTokenReplacement returns a boolean if a field has been set.
func (o *WorkflowsParameterDefinitionResponse) GetDependsOn() map[string]string
GetDependsOn returns the DependsOn field if non-nil, zero value otherwise.
func (o *WorkflowsParameterDefinitionResponse) 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 *WorkflowsParameterDefinitionResponse) SetDependsOn(v map[string]string)
SetDependsOn sets DependsOn field to given value.
func (o *WorkflowsParameterDefinitionResponse) HasDependsOn() bool
HasDependsOn returns a boolean if a field has been set.
func (o *WorkflowsParameterDefinitionResponse) SetDependsOnNil(b bool)
SetDependsOnNil sets the value for DependsOn to be an explicit nil
func (o *WorkflowsParameterDefinitionResponse) UnsetDependsOn()
UnsetDependsOn ensures that no value is present for DependsOn, not even an explicit nil
func (o *WorkflowsParameterDefinitionResponse) GetToolTipContents() string
GetToolTipContents returns the ToolTipContents field if non-nil, zero value otherwise.
func (o *WorkflowsParameterDefinitionResponse) GetToolTipContentsOk() (*string, bool)
GetToolTipContentsOk returns a tuple with the ToolTipContents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowsParameterDefinitionResponse) SetToolTipContents(v string)
SetToolTipContents sets ToolTipContents field to given value.
func (o *WorkflowsParameterDefinitionResponse) HasToolTipContents() bool
HasToolTipContents returns a boolean if a field has been set.
func (o *WorkflowsParameterDefinitionResponse) SetToolTipContentsNil(b bool)
SetToolTipContentsNil sets the value for ToolTipContents to be an explicit nil
func (o *WorkflowsParameterDefinitionResponse) UnsetToolTipContents()
UnsetToolTipContents ensures that no value is present for ToolTipContents, not even an explicit nil