Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.51 KB

KeyfactorApiModelsWorkflowsInstanceDefinitionResponse.md

File metadata and controls

134 lines (73 loc) · 4.51 KB

KeyfactorApiModelsWorkflowsInstanceDefinitionResponse

Properties

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

Methods

NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponse

func NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponse() *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse

NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponse instantiates a new KeyfactorApiModelsWorkflowsInstanceDefinitionResponse 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

NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponseWithDefaults

func NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponseWithDefaults() *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse

NewKeyfactorApiModelsWorkflowsInstanceDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsInstanceDefinitionResponse 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 *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetId() string

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

GetIdOk

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetDisplayName() string

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

GetDisplayNameOk

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetVersion

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetVersion() int32

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

GetVersionOk

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetVersion(v int32)

SetVersion sets Version field to given value.

HasVersion

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetWorkflowType

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetWorkflowType() string

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

GetWorkflowTypeOk

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetWorkflowType(v string)

SetWorkflowType sets WorkflowType field to given value.

HasWorkflowType

func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasWorkflowType() bool

HasWorkflowType returns a boolean if a field has been set.

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