Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
Version | Pointer to int32 | [optional] | |
WorkflowType | Pointer to string | [optional] |
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
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
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetId(v string)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) GetWorkflowType() string
GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) SetWorkflowType(v string)
SetWorkflowType sets WorkflowType field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceDefinitionResponse) HasWorkflowType() bool
HasWorkflowType returns a boolean if a field has been set.