| 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] |
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
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
func (o *WorkflowsDefinitionCreateRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *WorkflowsDefinitionCreateRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *WorkflowsDefinitionCreateRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *WorkflowsDefinitionCreateRequest) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *WorkflowsDefinitionCreateRequest) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *WorkflowsDefinitionCreateRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *WorkflowsDefinitionCreateRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *WorkflowsDefinitionCreateRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *WorkflowsDefinitionCreateRequest) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *WorkflowsDefinitionCreateRequest) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *WorkflowsDefinitionCreateRequest) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
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.
func (o *WorkflowsDefinitionCreateRequest) SetKey(v string)
SetKey sets Key field to given value.
func (o *WorkflowsDefinitionCreateRequest) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *WorkflowsDefinitionCreateRequest) SetKeyNil(b bool)
SetKeyNil sets the value for Key to be an explicit nil
func (o *WorkflowsDefinitionCreateRequest) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil
func (o *WorkflowsDefinitionCreateRequest) GetWorkflowType() string
GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise.
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.
func (o *WorkflowsDefinitionCreateRequest) SetWorkflowType(v string)
SetWorkflowType sets WorkflowType field to given value.
func (o *WorkflowsDefinitionCreateRequest) HasWorkflowType() bool
HasWorkflowType returns a boolean if a field has been set.
func (o *WorkflowsDefinitionCreateRequest) SetWorkflowTypeNil(b bool)
SetWorkflowTypeNil sets the value for WorkflowType to be an explicit nil
func (o *WorkflowsDefinitionCreateRequest) UnsetWorkflowType()
UnsetWorkflowType ensures that no value is present for WorkflowType, not even an explicit nil
func (o *WorkflowsDefinitionCreateRequest) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
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.
func (o *WorkflowsDefinitionCreateRequest) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *WorkflowsDefinitionCreateRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.