Name | Type | Description | Notes |
---|---|---|---|
DisplayName | Pointer to string | The display name of the step. | [optional] |
ExtensionName | Pointer to string | The name of the extension. | [optional] |
Outputs | Pointer to []string | The possible outputs of the step. | [optional] |
ConfigurationParametersDefinition | Pointer to map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse | [optional] | |
SignalsDefinition | Pointer to map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse | [optional] |
func NewKeyfactorApiModelsWorkflowsAvailableStepResponse() *KeyfactorApiModelsWorkflowsAvailableStepResponse
NewKeyfactorApiModelsWorkflowsAvailableStepResponse instantiates a new KeyfactorApiModelsWorkflowsAvailableStepResponse 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 NewKeyfactorApiModelsWorkflowsAvailableStepResponseWithDefaults() *KeyfactorApiModelsWorkflowsAvailableStepResponse
NewKeyfactorApiModelsWorkflowsAvailableStepResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsAvailableStepResponse 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 *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) 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 *KeyfactorApiModelsWorkflowsAvailableStepResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetExtensionName() string
GetExtensionName returns the ExtensionName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetExtensionNameOk() (*string, bool)
GetExtensionNameOk returns a tuple with the ExtensionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) SetExtensionName(v string)
SetExtensionName sets ExtensionName field to given value.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) HasExtensionName() bool
HasExtensionName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetOutputs() []string
GetOutputs returns the Outputs field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetOutputsOk() (*[]string, bool)
GetOutputsOk returns a tuple with the Outputs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) SetOutputs(v []string)
SetOutputs sets Outputs field to given value.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) HasOutputs() bool
HasOutputs returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetConfigurationParametersDefinition() map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse
GetConfigurationParametersDefinition returns the ConfigurationParametersDefinition field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetConfigurationParametersDefinitionOk() (*map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse, bool)
GetConfigurationParametersDefinitionOk returns a tuple with the ConfigurationParametersDefinition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) SetConfigurationParametersDefinition(v map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse)
SetConfigurationParametersDefinition sets ConfigurationParametersDefinition field to given value.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) HasConfigurationParametersDefinition() bool
HasConfigurationParametersDefinition returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetSignalsDefinition() map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse
GetSignalsDefinition returns the SignalsDefinition field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) GetSignalsDefinitionOk() (*map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse, bool)
GetSignalsDefinitionOk returns a tuple with the SignalsDefinition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) SetSignalsDefinition(v map[string]KeyfactorApiModelsWorkflowsSignalDefinitionResponse)
SetSignalsDefinition sets SignalsDefinition field to given value.
func (o *KeyfactorApiModelsWorkflowsAvailableStepResponse) HasSignalsDefinition() bool
HasSignalsDefinition returns a boolean if a field has been set.