Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Key | Pointer to string | [optional] | |
KeyDisplayName | Pointer to string | [optional] | |
IsPublished | Pointer to bool | [optional] | |
WorkflowType | Pointer to string | [optional] | |
Steps | Pointer to []KeyfactorApiModelsWorkflowsDefinitionStepResponse | [optional] | |
DraftVersion | Pointer to int32 | [optional] | |
PublishedVersion | Pointer to int32 | [optional] |
func NewKeyfactorApiModelsWorkflowsDefinitionResponse() *KeyfactorApiModelsWorkflowsDefinitionResponse
NewKeyfactorApiModelsWorkflowsDefinitionResponse instantiates a new KeyfactorApiModelsWorkflowsDefinitionResponse 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 NewKeyfactorApiModelsWorkflowsDefinitionResponseWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionResponse
NewKeyfactorApiModelsWorkflowsDefinitionResponseWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionResponse 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 *KeyfactorApiModelsWorkflowsDefinitionResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionResponse) SetId(v string)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionResponse) SetKey(v string)
SetKey sets Key field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetKeyDisplayName() string
GetKeyDisplayName returns the KeyDisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionResponse) SetKeyDisplayName(v string)
SetKeyDisplayName sets KeyDisplayName field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasKeyDisplayName() bool
HasKeyDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetIsPublished() bool
GetIsPublished returns the IsPublished field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetIsPublishedOk() (*bool, bool)
GetIsPublishedOk returns a tuple with the IsPublished field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetIsPublished(v bool)
SetIsPublished sets IsPublished field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasIsPublished() bool
HasIsPublished returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetWorkflowType() string
GetWorkflowType returns the WorkflowType field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionResponse) SetWorkflowType(v string)
SetWorkflowType sets WorkflowType field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasWorkflowType() bool
HasWorkflowType returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetSteps() []KeyfactorApiModelsWorkflowsDefinitionStepResponse
GetSteps returns the Steps field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetStepsOk() (*[]KeyfactorApiModelsWorkflowsDefinitionStepResponse, bool)
GetStepsOk returns a tuple with the Steps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetSteps(v []KeyfactorApiModelsWorkflowsDefinitionStepResponse)
SetSteps sets Steps field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasSteps() bool
HasSteps returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDraftVersion() int32
GetDraftVersion returns the DraftVersion field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionResponse) SetDraftVersion(v int32)
SetDraftVersion sets DraftVersion field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasDraftVersion() bool
HasDraftVersion returns a boolean if a field has been set.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetPublishedVersion() int32
GetPublishedVersion returns the PublishedVersion field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) 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 *KeyfactorApiModelsWorkflowsDefinitionResponse) SetPublishedVersion(v int32)
SetPublishedVersion sets PublishedVersion field to given value.
func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasPublishedVersion() bool
HasPublishedVersion returns a boolean if a field has been set.