| Name | Type | Description | Notes |
|---|---|---|---|
| InputParameters | Pointer to map[string]WorkflowsParameterDefinitionResponse | [optional] |
func NewWorkflowsSignalDefinitionResponse() *WorkflowsSignalDefinitionResponse
NewWorkflowsSignalDefinitionResponse instantiates a new WorkflowsSignalDefinitionResponse 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 NewWorkflowsSignalDefinitionResponseWithDefaults() *WorkflowsSignalDefinitionResponse
NewWorkflowsSignalDefinitionResponseWithDefaults instantiates a new WorkflowsSignalDefinitionResponse 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 *WorkflowsSignalDefinitionResponse) GetInputParameters() map[string]WorkflowsParameterDefinitionResponse
GetInputParameters returns the InputParameters field if non-nil, zero value otherwise.
func (o *WorkflowsSignalDefinitionResponse) GetInputParametersOk() (*map[string]WorkflowsParameterDefinitionResponse, bool)
GetInputParametersOk returns a tuple with the InputParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowsSignalDefinitionResponse) SetInputParameters(v map[string]WorkflowsParameterDefinitionResponse)
SetInputParameters sets InputParameters field to given value.
func (o *WorkflowsSignalDefinitionResponse) HasInputParameters() bool
HasInputParameters returns a boolean if a field has been set.
func (o *WorkflowsSignalDefinitionResponse) SetInputParametersNil(b bool)
SetInputParametersNil sets the value for InputParameters to be an explicit nil
func (o *WorkflowsSignalDefinitionResponse) UnsetInputParameters()
UnsetInputParameters ensures that no value is present for InputParameters, not even an explicit nil