Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.97 KB

KeyfactorApiModelsWorkflowsDefinitionUpdateRequest.md

File metadata and controls

82 lines (45 loc) · 2.97 KB

KeyfactorApiModelsWorkflowsDefinitionUpdateRequest

Properties

Name Type Description Notes
DisplayName Pointer to string [optional]
Description Pointer to string [optional]

Methods

NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequest

func NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequest() *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest

NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequest instantiates a new KeyfactorApiModelsWorkflowsDefinitionUpdateRequest 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

NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequestWithDefaults

func NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequestWithDefaults() *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest

NewKeyfactorApiModelsWorkflowsDefinitionUpdateRequestWithDefaults instantiates a new KeyfactorApiModelsWorkflowsDefinitionUpdateRequest 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

GetDisplayName

func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) GetDisplayName() string

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

GetDisplayNameOk

func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) 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 *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetDescription

func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) GetDescription() string

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

GetDescriptionOk

func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) 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 *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *KeyfactorApiModelsWorkflowsDefinitionUpdateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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