| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| Description | Pointer to NullableString | [optional] | |
| Key | Pointer to NullableString | [optional] | |
| KeyDisplayName | Pointer to NullableString | [optional] | |
| IsPublished | Pointer to bool | [optional] | |
| WorkflowType | Pointer to NullableString | [optional] | |
| Steps | Pointer to []WorkflowsDefinitionStepResponse | [optional] | |
| DraftVersion | Pointer to int32 | [optional] | |
| PublishedVersion | Pointer to NullableInt32 | [optional] | |
| Enabled | Pointer to bool | [optional] |
func NewWorkflowsDefinitionResponse() *WorkflowsDefinitionResponse
NewWorkflowsDefinitionResponse instantiates a new WorkflowsDefinitionResponse 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 NewWorkflowsDefinitionResponseWithDefaults() *WorkflowsDefinitionResponse
NewWorkflowsDefinitionResponseWithDefaults instantiates a new WorkflowsDefinitionResponse 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 *WorkflowsDefinitionResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowsDefinitionResponse) SetId(v string)
SetId sets Id field to given value.
func (o *WorkflowsDefinitionResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *WorkflowsDefinitionResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) 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 *WorkflowsDefinitionResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *WorkflowsDefinitionResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *WorkflowsDefinitionResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *WorkflowsDefinitionResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *WorkflowsDefinitionResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) 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 *WorkflowsDefinitionResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *WorkflowsDefinitionResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *WorkflowsDefinitionResponse) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *WorkflowsDefinitionResponse) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *WorkflowsDefinitionResponse) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) 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 *WorkflowsDefinitionResponse) SetKey(v string)
SetKey sets Key field to given value.
func (o *WorkflowsDefinitionResponse) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *WorkflowsDefinitionResponse) SetKeyNil(b bool)
SetKeyNil sets the value for Key to be an explicit nil
func (o *WorkflowsDefinitionResponse) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil
func (o *WorkflowsDefinitionResponse) GetKeyDisplayName() string
GetKeyDisplayName returns the KeyDisplayName field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) GetKeyDisplayNameOk() (*string, bool)
GetKeyDisplayNameOk returns a tuple with the KeyDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowsDefinitionResponse) SetKeyDisplayName(v string)
SetKeyDisplayName sets KeyDisplayName field to given value.
func (o *WorkflowsDefinitionResponse) HasKeyDisplayName() bool
HasKeyDisplayName returns a boolean if a field has been set.
func (o *WorkflowsDefinitionResponse) SetKeyDisplayNameNil(b bool)
SetKeyDisplayNameNil sets the value for KeyDisplayName to be an explicit nil
func (o *WorkflowsDefinitionResponse) UnsetKeyDisplayName()
UnsetKeyDisplayName ensures that no value is present for KeyDisplayName, not even an explicit nil
func (o *WorkflowsDefinitionResponse) GetIsPublished() bool
GetIsPublished returns the IsPublished field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) GetIsPublishedOk() (*bool, bool)
GetIsPublishedOk returns a tuple with the IsPublished field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowsDefinitionResponse) SetIsPublished(v bool)
SetIsPublished sets IsPublished field to given value.
func (o *WorkflowsDefinitionResponse) HasIsPublished() bool
HasIsPublished returns a boolean if a field has been set.
func (o *WorkflowsDefinitionResponse) GetWorkflowType() string
GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) 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 *WorkflowsDefinitionResponse) SetWorkflowType(v string)
SetWorkflowType sets WorkflowType field to given value.
func (o *WorkflowsDefinitionResponse) HasWorkflowType() bool
HasWorkflowType returns a boolean if a field has been set.
func (o *WorkflowsDefinitionResponse) SetWorkflowTypeNil(b bool)
SetWorkflowTypeNil sets the value for WorkflowType to be an explicit nil
func (o *WorkflowsDefinitionResponse) UnsetWorkflowType()
UnsetWorkflowType ensures that no value is present for WorkflowType, not even an explicit nil
func (o *WorkflowsDefinitionResponse) GetSteps() []WorkflowsDefinitionStepResponse
GetSteps returns the Steps field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) GetStepsOk() (*[]WorkflowsDefinitionStepResponse, bool)
GetStepsOk returns a tuple with the Steps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowsDefinitionResponse) SetSteps(v []WorkflowsDefinitionStepResponse)
SetSteps sets Steps field to given value.
func (o *WorkflowsDefinitionResponse) HasSteps() bool
HasSteps returns a boolean if a field has been set.
func (o *WorkflowsDefinitionResponse) SetStepsNil(b bool)
SetStepsNil sets the value for Steps to be an explicit nil
func (o *WorkflowsDefinitionResponse) UnsetSteps()
UnsetSteps ensures that no value is present for Steps, not even an explicit nil
func (o *WorkflowsDefinitionResponse) GetDraftVersion() int32
GetDraftVersion returns the DraftVersion field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) GetDraftVersionOk() (*int32, bool)
GetDraftVersionOk returns a tuple with the DraftVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowsDefinitionResponse) SetDraftVersion(v int32)
SetDraftVersion sets DraftVersion field to given value.
func (o *WorkflowsDefinitionResponse) HasDraftVersion() bool
HasDraftVersion returns a boolean if a field has been set.
func (o *WorkflowsDefinitionResponse) GetPublishedVersion() int32
GetPublishedVersion returns the PublishedVersion field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) GetPublishedVersionOk() (*int32, bool)
GetPublishedVersionOk returns a tuple with the PublishedVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowsDefinitionResponse) SetPublishedVersion(v int32)
SetPublishedVersion sets PublishedVersion field to given value.
func (o *WorkflowsDefinitionResponse) HasPublishedVersion() bool
HasPublishedVersion returns a boolean if a field has been set.
func (o *WorkflowsDefinitionResponse) SetPublishedVersionNil(b bool)
SetPublishedVersionNil sets the value for PublishedVersion to be an explicit nil
func (o *WorkflowsDefinitionResponse) UnsetPublishedVersion()
UnsetPublishedVersion ensures that no value is present for PublishedVersion, not even an explicit nil
func (o *WorkflowsDefinitionResponse) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *WorkflowsDefinitionResponse) 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 *WorkflowsDefinitionResponse) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *WorkflowsDefinitionResponse) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.