Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Status | Pointer to int32 | [optional] | |
CurrentStepId | Pointer to string | [optional] | |
StatusMessage | Pointer to string | [optional] | |
Definition | Pointer to KeyfactorApiModelsWorkflowsInstanceDefinitionResponse | [optional] | |
CurrentStepDisplayName | Pointer to string | [optional] | |
CurrentStepUniqueName | Pointer to string | [optional] | |
Title | Pointer to string | [optional] | |
LastModified | Pointer to time.Time | [optional] | |
StartDate | Pointer to time.Time | [optional] | |
ReferenceId | Pointer to int64 | [optional] |
func NewKeyfactorApiModelsWorkflowsInstanceQueryResponse() *KeyfactorApiModelsWorkflowsInstanceQueryResponse
NewKeyfactorApiModelsWorkflowsInstanceQueryResponse instantiates a new KeyfactorApiModelsWorkflowsInstanceQueryResponse 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 NewKeyfactorApiModelsWorkflowsInstanceQueryResponseWithDefaults() *KeyfactorApiModelsWorkflowsInstanceQueryResponse
NewKeyfactorApiModelsWorkflowsInstanceQueryResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsInstanceQueryResponse 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 *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) 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 *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetId(v string)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStatus() int32
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetStatus(v int32)
SetStatus sets Status field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepId() string
GetCurrentStepId returns the CurrentStepId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepIdOk() (*string, bool)
GetCurrentStepIdOk returns a tuple with the CurrentStepId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetCurrentStepId(v string)
SetCurrentStepId sets CurrentStepId field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasCurrentStepId() bool
HasCurrentStepId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStatusMessage() string
GetStatusMessage returns the StatusMessage field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStatusMessageOk() (*string, bool)
GetStatusMessageOk returns a tuple with the StatusMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetStatusMessage(v string)
SetStatusMessage sets StatusMessage field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasStatusMessage() bool
HasStatusMessage returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetDefinition() KeyfactorApiModelsWorkflowsInstanceDefinitionResponse
GetDefinition returns the Definition field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetDefinitionOk() (*KeyfactorApiModelsWorkflowsInstanceDefinitionResponse, bool)
GetDefinitionOk returns a tuple with the Definition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetDefinition(v KeyfactorApiModelsWorkflowsInstanceDefinitionResponse)
SetDefinition sets Definition field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasDefinition() bool
HasDefinition returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepDisplayName() string
GetCurrentStepDisplayName returns the CurrentStepDisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepDisplayNameOk() (*string, bool)
GetCurrentStepDisplayNameOk returns a tuple with the CurrentStepDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetCurrentStepDisplayName(v string)
SetCurrentStepDisplayName sets CurrentStepDisplayName field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasCurrentStepDisplayName() bool
HasCurrentStepDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepUniqueName() string
GetCurrentStepUniqueName returns the CurrentStepUniqueName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetCurrentStepUniqueNameOk() (*string, bool)
GetCurrentStepUniqueNameOk returns a tuple with the CurrentStepUniqueName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetCurrentStepUniqueName(v string)
SetCurrentStepUniqueName sets CurrentStepUniqueName field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasCurrentStepUniqueName() bool
HasCurrentStepUniqueName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetLastModified() time.Time
GetLastModified returns the LastModified field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetLastModifiedOk() (*time.Time, bool)
GetLastModifiedOk returns a tuple with the LastModified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetLastModified(v time.Time)
SetLastModified sets LastModified field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStartDate() time.Time
GetStartDate returns the StartDate field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetStartDateOk() (*time.Time, bool)
GetStartDateOk returns a tuple with the StartDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetStartDate(v time.Time)
SetStartDate sets StartDate field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetReferenceId() int64
GetReferenceId returns the ReferenceId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) GetReferenceIdOk() (*int64, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) SetReferenceId(v int64)
SetReferenceId sets ReferenceId field to given value.
func (o *KeyfactorApiModelsWorkflowsInstanceQueryResponse) HasReferenceId() bool
HasReferenceId returns a boolean if a field has been set.