Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.04 KB

KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse.md

File metadata and controls

82 lines (45 loc) · 3.04 KB

KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse

Properties

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

Methods

NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponse

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

NewKeyfactorApiModelsWorkflowsDefinitionStepSignalResponseWithDefaults

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

GetRoleIds

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

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

GetRoleIdsOk

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.

SetRoleIds

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

SetRoleIds sets RoleIds field to given value.

HasRoleIds

func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) HasRoleIds() bool

HasRoleIds returns a boolean if a field has been set.

GetSignalName

func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) GetSignalName() string

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

GetSignalNameOk

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.

SetSignalName

func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) SetSignalName(v string)

SetSignalName sets SignalName field to given value.

HasSignalName

func (o *KeyfactorApiModelsWorkflowsDefinitionStepSignalResponse) HasSignalName() bool

HasSignalName returns a boolean if a field has been set.

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