| Name | Type | Description | Notes |
|---|---|---|---|
| RoleIds | Pointer to []int32 | The roles that are allowed to send this signal. | [optional] |
| SignalName | Pointer to NullableString | [optional] |
func NewWorkflowsDefinitionStepSignalResponse() *WorkflowsDefinitionStepSignalResponse
NewWorkflowsDefinitionStepSignalResponse instantiates a new WorkflowsDefinitionStepSignalResponse 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 NewWorkflowsDefinitionStepSignalResponseWithDefaults() *WorkflowsDefinitionStepSignalResponse
NewWorkflowsDefinitionStepSignalResponseWithDefaults instantiates a new WorkflowsDefinitionStepSignalResponse 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 *WorkflowsDefinitionStepSignalResponse) GetRoleIds() []int32
GetRoleIds returns the RoleIds field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionStepSignalResponse) 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 *WorkflowsDefinitionStepSignalResponse) SetRoleIds(v []int32)
SetRoleIds sets RoleIds field to given value.
func (o *WorkflowsDefinitionStepSignalResponse) HasRoleIds() bool
HasRoleIds returns a boolean if a field has been set.
func (o *WorkflowsDefinitionStepSignalResponse) SetRoleIdsNil(b bool)
SetRoleIdsNil sets the value for RoleIds to be an explicit nil
func (o *WorkflowsDefinitionStepSignalResponse) UnsetRoleIds()
UnsetRoleIds ensures that no value is present for RoleIds, not even an explicit nil
func (o *WorkflowsDefinitionStepSignalResponse) GetSignalName() string
GetSignalName returns the SignalName field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionStepSignalResponse) 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 *WorkflowsDefinitionStepSignalResponse) SetSignalName(v string)
SetSignalName sets SignalName field to given value.
func (o *WorkflowsDefinitionStepSignalResponse) HasSignalName() bool
HasSignalName returns a boolean if a field has been set.
func (o *WorkflowsDefinitionStepSignalResponse) SetSignalNameNil(b bool)
SetSignalNameNil sets the value for SignalName to be an explicit nil
func (o *WorkflowsDefinitionStepSignalResponse) UnsetSignalName()
UnsetSignalName ensures that no value is present for SignalName, not even an explicit nil