Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 9.33 KB

KeyfactorApiModelsWorkflowsDefinitionResponse.md

File metadata and controls

290 lines (157 loc) · 9.33 KB

KeyfactorApiModelsWorkflowsDefinitionResponse

Properties

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]

Methods

NewKeyfactorApiModelsWorkflowsDefinitionResponse

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

NewKeyfactorApiModelsWorkflowsDefinitionResponseWithDefaults

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

GetId

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetId() string

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

GetIdOk

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.

SetId

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDisplayName() string

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

GetDisplayNameOk

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.

SetDisplayName

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetDescription

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetKey

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasKey() bool

HasKey returns a boolean if a field has been set.

GetKeyDisplayName

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetKeyDisplayName() string

GetKeyDisplayName returns the KeyDisplayName field if non-nil, zero value otherwise.

GetKeyDisplayNameOk

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.

SetKeyDisplayName

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetKeyDisplayName(v string)

SetKeyDisplayName sets KeyDisplayName field to given value.

HasKeyDisplayName

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasKeyDisplayName() bool

HasKeyDisplayName returns a boolean if a field has been set.

GetIsPublished

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetIsPublished() bool

GetIsPublished returns the IsPublished field if non-nil, zero value otherwise.

GetIsPublishedOk

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.

SetIsPublished

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetIsPublished(v bool)

SetIsPublished sets IsPublished field to given value.

HasIsPublished

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasIsPublished() bool

HasIsPublished returns a boolean if a field has been set.

GetWorkflowType

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetWorkflowType() string

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

GetWorkflowTypeOk

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.

SetWorkflowType

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetWorkflowType(v string)

SetWorkflowType sets WorkflowType field to given value.

HasWorkflowType

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasWorkflowType() bool

HasWorkflowType returns a boolean if a field has been set.

GetSteps

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetSteps() []KeyfactorApiModelsWorkflowsDefinitionStepResponse

GetSteps returns the Steps field if non-nil, zero value otherwise.

GetStepsOk

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.

SetSteps

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetSteps(v []KeyfactorApiModelsWorkflowsDefinitionStepResponse)

SetSteps sets Steps field to given value.

HasSteps

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasSteps() bool

HasSteps returns a boolean if a field has been set.

GetDraftVersion

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetDraftVersion() int32

GetDraftVersion returns the DraftVersion field if non-nil, zero value otherwise.

GetDraftVersionOk

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.

SetDraftVersion

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetDraftVersion(v int32)

SetDraftVersion sets DraftVersion field to given value.

HasDraftVersion

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasDraftVersion() bool

HasDraftVersion returns a boolean if a field has been set.

GetPublishedVersion

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) GetPublishedVersion() int32

GetPublishedVersion returns the PublishedVersion field if non-nil, zero value otherwise.

GetPublishedVersionOk

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.

SetPublishedVersion

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) SetPublishedVersion(v int32)

SetPublishedVersion sets PublishedVersion field to given value.

HasPublishedVersion

func (o *KeyfactorApiModelsWorkflowsDefinitionResponse) HasPublishedVersion() bool

HasPublishedVersion returns a boolean if a field has been set.

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