Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.52 KB

KeyfactorApiModelsWorkflowsSignalDefinitionResponse.md

File metadata and controls

56 lines (31 loc) · 2.52 KB

KeyfactorApiModelsWorkflowsSignalDefinitionResponse

Properties

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

Methods

NewKeyfactorApiModelsWorkflowsSignalDefinitionResponse

func NewKeyfactorApiModelsWorkflowsSignalDefinitionResponse() *KeyfactorApiModelsWorkflowsSignalDefinitionResponse

NewKeyfactorApiModelsWorkflowsSignalDefinitionResponse instantiates a new KeyfactorApiModelsWorkflowsSignalDefinitionResponse 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

NewKeyfactorApiModelsWorkflowsSignalDefinitionResponseWithDefaults

func NewKeyfactorApiModelsWorkflowsSignalDefinitionResponseWithDefaults() *KeyfactorApiModelsWorkflowsSignalDefinitionResponse

NewKeyfactorApiModelsWorkflowsSignalDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsSignalDefinitionResponse 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 *KeyfactorApiModelsWorkflowsSignalDefinitionResponse) GetInputParameters() map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse

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

GetInputParametersOk

func (o *KeyfactorApiModelsWorkflowsSignalDefinitionResponse) GetInputParametersOk() (*map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse, 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 *KeyfactorApiModelsWorkflowsSignalDefinitionResponse) SetInputParameters(v map[string]KeyfactorApiModelsWorkflowsParameterDefinitionResponse)

SetInputParameters sets InputParameters field to given value.

HasInputParameters

func (o *KeyfactorApiModelsWorkflowsSignalDefinitionResponse) HasInputParameters() bool

HasInputParameters returns a boolean if a field has been set.

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