Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.37 KB

File metadata and controls

102 lines (57 loc) · 3.37 KB

WorkflowsDefinitionStepSignalResponse

Properties

Name Type Description Notes
RoleIds Pointer to []int32 The roles that are allowed to send this signal. [optional]
SignalName Pointer to NullableString [optional]

Methods

NewWorkflowsDefinitionStepSignalResponse

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

NewWorkflowsDefinitionStepSignalResponseWithDefaults

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

GetRoleIds

func (o *WorkflowsDefinitionStepSignalResponse) GetRoleIds() []int32

GetRoleIds returns the RoleIds field if non-nil, zero value otherwise.

GetRoleIdsOk

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.

SetRoleIds

func (o *WorkflowsDefinitionStepSignalResponse) SetRoleIds(v []int32)

SetRoleIds sets RoleIds field to given value.

HasRoleIds

func (o *WorkflowsDefinitionStepSignalResponse) HasRoleIds() bool

HasRoleIds returns a boolean if a field has been set.

SetRoleIdsNil

func (o *WorkflowsDefinitionStepSignalResponse) SetRoleIdsNil(b bool)

SetRoleIdsNil sets the value for RoleIds to be an explicit nil

UnsetRoleIds

func (o *WorkflowsDefinitionStepSignalResponse) UnsetRoleIds()

UnsetRoleIds ensures that no value is present for RoleIds, not even an explicit nil

GetSignalName

func (o *WorkflowsDefinitionStepSignalResponse) GetSignalName() string

GetSignalName returns the SignalName field if non-nil, zero value otherwise.

GetSignalNameOk

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.

SetSignalName

func (o *WorkflowsDefinitionStepSignalResponse) SetSignalName(v string)

SetSignalName sets SignalName field to given value.

HasSignalName

func (o *WorkflowsDefinitionStepSignalResponse) HasSignalName() bool

HasSignalName returns a boolean if a field has been set.

SetSignalNameNil

func (o *WorkflowsDefinitionStepSignalResponse) SetSignalNameNil(b bool)

SetSignalNameNil sets the value for SignalName to be an explicit nil

UnsetSignalName

func (o *WorkflowsDefinitionStepSignalResponse) UnsetSignalName()

UnsetSignalName ensures that no value is present for SignalName, not even an explicit nil

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