| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| Version | Pointer to int32 | [optional] | |
| WorkflowType | Pointer to NullableString | [optional] |
func NewWorkflowsInstanceDefinitionResponse() *WorkflowsInstanceDefinitionResponse
NewWorkflowsInstanceDefinitionResponse instantiates a new WorkflowsInstanceDefinitionResponse 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 NewWorkflowsInstanceDefinitionResponseWithDefaults() *WorkflowsInstanceDefinitionResponse
NewWorkflowsInstanceDefinitionResponseWithDefaults instantiates a new WorkflowsInstanceDefinitionResponse 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 *WorkflowsInstanceDefinitionResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *WorkflowsInstanceDefinitionResponse) 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 *WorkflowsInstanceDefinitionResponse) SetId(v string)
SetId sets Id field to given value.
func (o *WorkflowsInstanceDefinitionResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *WorkflowsInstanceDefinitionResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *WorkflowsInstanceDefinitionResponse) 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 *WorkflowsInstanceDefinitionResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *WorkflowsInstanceDefinitionResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *WorkflowsInstanceDefinitionResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *WorkflowsInstanceDefinitionResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *WorkflowsInstanceDefinitionResponse) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *WorkflowsInstanceDefinitionResponse) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowsInstanceDefinitionResponse) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *WorkflowsInstanceDefinitionResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *WorkflowsInstanceDefinitionResponse) GetWorkflowType() string
GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise.
func (o *WorkflowsInstanceDefinitionResponse) 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 *WorkflowsInstanceDefinitionResponse) SetWorkflowType(v string)
SetWorkflowType sets WorkflowType field to given value.
func (o *WorkflowsInstanceDefinitionResponse) HasWorkflowType() bool
HasWorkflowType returns a boolean if a field has been set.
func (o *WorkflowsInstanceDefinitionResponse) SetWorkflowTypeNil(b bool)
SetWorkflowTypeNil sets the value for WorkflowType to be an explicit nil
func (o *WorkflowsInstanceDefinitionResponse) UnsetWorkflowType()
UnsetWorkflowType ensures that no value is present for WorkflowType, not even an explicit nil