| Name | Type | Description | Notes |
|---|---|---|---|
| DisplayName | Pointer to NullableString | The display name of the step. | [optional] |
| ExtensionName | Pointer to NullableString | The name of the extension. | [optional] |
| Outputs | Pointer to []string | The possible outputs of the step. | [optional] |
| ConfigurationParametersDefinition | Pointer to map[string]WorkflowsParameterDefinitionResponse | [optional] | |
| SignalsDefinition | Pointer to map[string]WorkflowsSignalDefinitionResponse | [optional] |
func NewWorkflowsAvailableStepResponse() *WorkflowsAvailableStepResponse
NewWorkflowsAvailableStepResponse instantiates a new WorkflowsAvailableStepResponse 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 NewWorkflowsAvailableStepResponseWithDefaults() *WorkflowsAvailableStepResponse
NewWorkflowsAvailableStepResponseWithDefaults instantiates a new WorkflowsAvailableStepResponse 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 *WorkflowsAvailableStepResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *WorkflowsAvailableStepResponse) 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 *WorkflowsAvailableStepResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *WorkflowsAvailableStepResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *WorkflowsAvailableStepResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *WorkflowsAvailableStepResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *WorkflowsAvailableStepResponse) GetExtensionName() string
GetExtensionName returns the ExtensionName field if non-nil, zero value otherwise.
func (o *WorkflowsAvailableStepResponse) 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 *WorkflowsAvailableStepResponse) SetExtensionName(v string)
SetExtensionName sets ExtensionName field to given value.
func (o *WorkflowsAvailableStepResponse) HasExtensionName() bool
HasExtensionName returns a boolean if a field has been set.
func (o *WorkflowsAvailableStepResponse) SetExtensionNameNil(b bool)
SetExtensionNameNil sets the value for ExtensionName to be an explicit nil
func (o *WorkflowsAvailableStepResponse) UnsetExtensionName()
UnsetExtensionName ensures that no value is present for ExtensionName, not even an explicit nil
func (o *WorkflowsAvailableStepResponse) GetOutputs() []string
GetOutputs returns the Outputs field if non-nil, zero value otherwise.
func (o *WorkflowsAvailableStepResponse) 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 *WorkflowsAvailableStepResponse) SetOutputs(v []string)
SetOutputs sets Outputs field to given value.
func (o *WorkflowsAvailableStepResponse) HasOutputs() bool
HasOutputs returns a boolean if a field has been set.
func (o *WorkflowsAvailableStepResponse) SetOutputsNil(b bool)
SetOutputsNil sets the value for Outputs to be an explicit nil
func (o *WorkflowsAvailableStepResponse) UnsetOutputs()
UnsetOutputs ensures that no value is present for Outputs, not even an explicit nil
func (o *WorkflowsAvailableStepResponse) GetConfigurationParametersDefinition() map[string]WorkflowsParameterDefinitionResponse
GetConfigurationParametersDefinition returns the ConfigurationParametersDefinition field if non-nil, zero value otherwise.
func (o *WorkflowsAvailableStepResponse) GetConfigurationParametersDefinitionOk() (*map[string]WorkflowsParameterDefinitionResponse, 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 *WorkflowsAvailableStepResponse) SetConfigurationParametersDefinition(v map[string]WorkflowsParameterDefinitionResponse)
SetConfigurationParametersDefinition sets ConfigurationParametersDefinition field to given value.
func (o *WorkflowsAvailableStepResponse) HasConfigurationParametersDefinition() bool
HasConfigurationParametersDefinition returns a boolean if a field has been set.
func (o *WorkflowsAvailableStepResponse) SetConfigurationParametersDefinitionNil(b bool)
SetConfigurationParametersDefinitionNil sets the value for ConfigurationParametersDefinition to be an explicit nil
func (o *WorkflowsAvailableStepResponse) UnsetConfigurationParametersDefinition()
UnsetConfigurationParametersDefinition ensures that no value is present for ConfigurationParametersDefinition, not even an explicit nil
func (o *WorkflowsAvailableStepResponse) GetSignalsDefinition() map[string]WorkflowsSignalDefinitionResponse
GetSignalsDefinition returns the SignalsDefinition field if non-nil, zero value otherwise.
func (o *WorkflowsAvailableStepResponse) GetSignalsDefinitionOk() (*map[string]WorkflowsSignalDefinitionResponse, 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 *WorkflowsAvailableStepResponse) SetSignalsDefinition(v map[string]WorkflowsSignalDefinitionResponse)
SetSignalsDefinition sets SignalsDefinition field to given value.
func (o *WorkflowsAvailableStepResponse) HasSignalsDefinition() bool
HasSignalsDefinition returns a boolean if a field has been set.
func (o *WorkflowsAvailableStepResponse) SetSignalsDefinitionNil(b bool)
SetSignalsDefinitionNil sets the value for SignalsDefinition to be an explicit nil
func (o *WorkflowsAvailableStepResponse) UnsetSignalsDefinition()
UnsetSignalsDefinition ensures that no value is present for SignalsDefinition, not even an explicit nil