Skip to content

Latest commit

 

History

History
154 lines (85 loc) · 4.75 KB

File metadata and controls

154 lines (85 loc) · 4.75 KB

WorkflowsInstanceDefinitionResponse

Properties

Name Type Description Notes
Id Pointer to string [optional]
DisplayName Pointer to NullableString [optional]
Version Pointer to int32 [optional]
WorkflowType Pointer to NullableString [optional]

Methods

NewWorkflowsInstanceDefinitionResponse

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

NewWorkflowsInstanceDefinitionResponseWithDefaults

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

GetId

func (o *WorkflowsInstanceDefinitionResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *WorkflowsInstanceDefinitionResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *WorkflowsInstanceDefinitionResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *WorkflowsInstanceDefinitionResponse) GetDisplayName() string

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

GetDisplayNameOk

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.

SetDisplayName

func (o *WorkflowsInstanceDefinitionResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *WorkflowsInstanceDefinitionResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *WorkflowsInstanceDefinitionResponse) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *WorkflowsInstanceDefinitionResponse) UnsetDisplayName()

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

GetVersion

func (o *WorkflowsInstanceDefinitionResponse) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *WorkflowsInstanceDefinitionResponse) SetVersion(v int32)

SetVersion sets Version field to given value.

HasVersion

func (o *WorkflowsInstanceDefinitionResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetWorkflowType

func (o *WorkflowsInstanceDefinitionResponse) GetWorkflowType() string

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

GetWorkflowTypeOk

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.

SetWorkflowType

func (o *WorkflowsInstanceDefinitionResponse) SetWorkflowType(v string)

SetWorkflowType sets WorkflowType field to given value.

HasWorkflowType

func (o *WorkflowsInstanceDefinitionResponse) HasWorkflowType() bool

HasWorkflowType returns a boolean if a field has been set.

SetWorkflowTypeNil

func (o *WorkflowsInstanceDefinitionResponse) SetWorkflowTypeNil(b bool)

SetWorkflowTypeNil sets the value for WorkflowType to be an explicit nil

UnsetWorkflowType

func (o *WorkflowsInstanceDefinitionResponse) UnsetWorkflowType()

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

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