Name | Type | Description | Notes |
---|---|---|---|
RoleIds | Pointer to []int32 | The roles that are allowed to send this signal. | [optional] |
SignalName | Pointer to string | [optional] |
func NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponse() *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse
NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponse instantiates a new KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse 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 NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponseWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse
NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse 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 *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) GetRoleIds() []int32
GetRoleIds returns the RoleIds field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) GetRoleIdsOk() (*[]int32, bool)
GetRoleIdsOk returns a tuple with the RoleIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) SetRoleIds(v []int32)
SetRoleIds sets RoleIds field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) HasRoleIds() bool
HasRoleIds returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) GetSignalName() string
GetSignalName returns the SignalName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) SetSignalName(v string)
SetSignalName sets SignalName field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) HasSignalName() bool
HasSignalName returns a boolean if a field has been set.