Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.54 KB

File metadata and controls

66 lines (37 loc) · 2.54 KB

WorkflowsSignalDefinitionResponse

Properties

Name Type Description Notes
InputParameters Pointer to map[string]WorkflowsParameterDefinitionResponse [optional]

Methods

NewWorkflowsSignalDefinitionResponse

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

NewWorkflowsSignalDefinitionResponseWithDefaults

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

GetInputParameters

func (o *WorkflowsSignalDefinitionResponse) GetInputParameters() map[string]WorkflowsParameterDefinitionResponse

GetInputParameters returns the InputParameters field if non-nil, zero value otherwise.

GetInputParametersOk

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.

SetInputParameters

func (o *WorkflowsSignalDefinitionResponse) SetInputParameters(v map[string]WorkflowsParameterDefinitionResponse)

SetInputParameters sets InputParameters field to given value.

HasInputParameters

func (o *WorkflowsSignalDefinitionResponse) HasInputParameters() bool

HasInputParameters returns a boolean if a field has been set.

SetInputParametersNil

func (o *WorkflowsSignalDefinitionResponse) SetInputParametersNil(b bool)

SetInputParametersNil sets the value for InputParameters to be an explicit nil

UnsetInputParameters

func (o *WorkflowsSignalDefinitionResponse) UnsetInputParameters()

UnsetInputParameters ensures that no value is present for InputParameters, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]