Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
Key | Pointer to string | [optional] | |
KeyDisplayName | Pointer to string | [optional] | |
WorkflowType | Pointer to string | [optional] | |
DraftVersion | Pointer to int32 | [optional] | |
PublishedVersion | Pointer to int32 | [optional] |
func NewKeyfactorApiModelsWorkflowsDefinitionQueryResponse() *KeyfactorApiModelsWorkflowsDefinitionQueryResponse
NewKeyfactorApiModelsWorkflowsDefinitionQueryResponse instantiates a new KeyfactorApiModelsWorkflowsDefinitionQueryResponse 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 NewKeyfactorApiModelsWorkflowsDefinitionQueryResponseWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionQueryResponse
NewKeyfactorApiModelsWorkflowsDefinitionQueryResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionQueryResponse 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 *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetId(v string)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetKey(v string)
SetKey sets Key field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetKeyDisplayName() string
GetKeyDisplayName returns the KeyDisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetKeyDisplayNameOk() (*string, bool)
GetKeyDisplayNameOk returns a tuple with the KeyDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetKeyDisplayName(v string)
SetKeyDisplayName sets KeyDisplayName field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasKeyDisplayName() bool
HasKeyDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetWorkflowType() string
GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetWorkflowType(v string)
SetWorkflowType sets WorkflowType field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasWorkflowType() bool
HasWorkflowType returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetDraftVersion() int32
GetDraftVersion returns the DraftVersion field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetDraftVersionOk() (*int32, bool)
GetDraftVersionOk returns a tuple with the DraftVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetDraftVersion(v int32)
SetDraftVersion sets DraftVersion field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasDraftVersion() bool
HasDraftVersion returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetPublishedVersion() int32
GetPublishedVersion returns the PublishedVersion field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) GetPublishedVersionOk() (*int32, bool)
GetPublishedVersionOk returns a tuple with the PublishedVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) SetPublishedVersion(v int32)
SetPublishedVersion sets PublishedVersion field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionQueryResponse) HasPublishedVersion() bool
HasPublishedVersion returns a boolean if a field has been set.