Name | Type | Description | Notes |
---|---|---|---|
SignalName | Pointer to string | The name of the signal. | [optional] |
StepSignalId | Pointer to string | The signal Id. | [optional] |
SignalReceived | Pointer to bool | Whether or not the signal has been received. | [optional] |
func NewKeyfactorApiModelsWorkflowsAvailableSignalResponse() *KeyfactorApiModelsWorkflowsAvailableSignalResponse
NewKeyfactorApiModelsWorkflowsAvailableSignalResponse instantiates a new KeyfactorApiModelsWorkflowsAvailableSignalResponse 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 NewKeyfactorApiModelsWorkflowsAvailableSignalResponseWithDefaults() *KeyfactorApiModelsWorkflowsAvailableSignalResponse
NewKeyfactorApiModelsWorkflowsAvailableSignalResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsAvailableSignalResponse 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 *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetSignalName() string
GetSignalName returns the SignalName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetSignalNameOk() (*string, bool)
GetSignalNameOk returns a tuple with the SignalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) SetSignalName(v string)
SetSignalName sets SignalName field to given value.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) HasSignalName() bool
HasSignalName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetStepSignalId() string
GetStepSignalId returns the StepSignalId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetStepSignalIdOk() (*string, bool)
GetStepSignalIdOk returns a tuple with the StepSignalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) SetStepSignalId(v string)
SetStepSignalId sets StepSignalId field to given value.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) HasStepSignalId() bool
HasStepSignalId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetSignalReceived() bool
GetSignalReceived returns the SignalReceived field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) GetSignalReceivedOk() (*bool, bool)
GetSignalReceivedOk returns a tuple with the SignalReceived field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) SetSignalReceived(v bool)
SetSignalReceived sets SignalReceived field to given value.
func (o *KeyfactorApiModelsWorkflowsAvailableSignalResponse) HasSignalReceived() bool
HasSignalReceived returns a boolean if a field has been set.