Skip to content

Latest commit

 

History

History
200 lines (111 loc) · 6.27 KB

File metadata and controls

200 lines (111 loc) · 6.27 KB

WorkflowsDefinitionCreateRequest

Properties

Name Type Description Notes
DisplayName Pointer to NullableString Display name of the Definition [optional]
Description Pointer to NullableString Description of the Definition [optional]
Key Pointer to NullableString Key to be used to look up definition when starting a new workflow. For enrollment workflowTypes, this should be a template [optional]
WorkflowType Pointer to NullableString The Type of Workflow [optional]
Enabled Pointer to bool If the Definition is enabled [optional]

Methods

NewWorkflowsDefinitionCreateRequest

func NewWorkflowsDefinitionCreateRequest() *WorkflowsDefinitionCreateRequest

NewWorkflowsDefinitionCreateRequest instantiates a new WorkflowsDefinitionCreateRequest 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

NewWorkflowsDefinitionCreateRequestWithDefaults

func NewWorkflowsDefinitionCreateRequestWithDefaults() *WorkflowsDefinitionCreateRequest

NewWorkflowsDefinitionCreateRequestWithDefaults instantiates a new WorkflowsDefinitionCreateRequest 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

GetDisplayName

func (o *WorkflowsDefinitionCreateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *WorkflowsDefinitionCreateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplayName

func (o *WorkflowsDefinitionCreateRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *WorkflowsDefinitionCreateRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *WorkflowsDefinitionCreateRequest) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *WorkflowsDefinitionCreateRequest) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

GetDescription

func (o *WorkflowsDefinitionCreateRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *WorkflowsDefinitionCreateRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *WorkflowsDefinitionCreateRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *WorkflowsDefinitionCreateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *WorkflowsDefinitionCreateRequest) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *WorkflowsDefinitionCreateRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetKey

func (o *WorkflowsDefinitionCreateRequest) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *WorkflowsDefinitionCreateRequest) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *WorkflowsDefinitionCreateRequest) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *WorkflowsDefinitionCreateRequest) HasKey() bool

HasKey returns a boolean if a field has been set.

SetKeyNil

func (o *WorkflowsDefinitionCreateRequest) SetKeyNil(b bool)

SetKeyNil sets the value for Key to be an explicit nil

UnsetKey

func (o *WorkflowsDefinitionCreateRequest) UnsetKey()

UnsetKey ensures that no value is present for Key, not even an explicit nil

GetWorkflowType

func (o *WorkflowsDefinitionCreateRequest) GetWorkflowType() string

GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise.

GetWorkflowTypeOk

func (o *WorkflowsDefinitionCreateRequest) GetWorkflowTypeOk() (*string, bool)

GetWorkflowTypeOk returns a tuple with the WorkflowType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWorkflowType

func (o *WorkflowsDefinitionCreateRequest) SetWorkflowType(v string)

SetWorkflowType sets WorkflowType field to given value.

HasWorkflowType

func (o *WorkflowsDefinitionCreateRequest) HasWorkflowType() bool

HasWorkflowType returns a boolean if a field has been set.

SetWorkflowTypeNil

func (o *WorkflowsDefinitionCreateRequest) SetWorkflowTypeNil(b bool)

SetWorkflowTypeNil sets the value for WorkflowType to be an explicit nil

UnsetWorkflowType

func (o *WorkflowsDefinitionCreateRequest) UnsetWorkflowType()

UnsetWorkflowType ensures that no value is present for WorkflowType, not even an explicit nil

GetEnabled

func (o *WorkflowsDefinitionCreateRequest) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *WorkflowsDefinitionCreateRequest) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnabled

func (o *WorkflowsDefinitionCreateRequest) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *WorkflowsDefinitionCreateRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

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