Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.85 KB

KeyfactorApiModelsOrchestratorsAgentBlueprintResponse.md

File metadata and controls

134 lines (73 loc) · 4.85 KB

KeyfactorApiModelsOrchestratorsAgentBlueprintResponse

Properties

Name Type Description Notes
AgentBlueprintId Pointer to string [optional]
Name Pointer to string [optional]
RequiredCapabilities Pointer to []string [optional]
LastModified Pointer to time.Time [optional]

Methods

NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponse

func NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponse() *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse

NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponse instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintResponse 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

NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponseWithDefaults

func NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponseWithDefaults() *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse

NewKeyfactorApiModelsOrchestratorsAgentBlueprintResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintResponse 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

GetAgentBlueprintId

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetAgentBlueprintId() string

GetAgentBlueprintId returns the AgentBlueprintId field if non-nil, zero value otherwise.

GetAgentBlueprintIdOk

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetAgentBlueprintIdOk() (*string, bool)

GetAgentBlueprintIdOk returns a tuple with the AgentBlueprintId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAgentBlueprintId

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetAgentBlueprintId(v string)

SetAgentBlueprintId sets AgentBlueprintId field to given value.

HasAgentBlueprintId

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasAgentBlueprintId() bool

HasAgentBlueprintId returns a boolean if a field has been set.

GetName

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetRequiredCapabilities

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetRequiredCapabilities() []string

GetRequiredCapabilities returns the RequiredCapabilities field if non-nil, zero value otherwise.

GetRequiredCapabilitiesOk

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetRequiredCapabilitiesOk() (*[]string, bool)

GetRequiredCapabilitiesOk returns a tuple with the RequiredCapabilities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRequiredCapabilities

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetRequiredCapabilities(v []string)

SetRequiredCapabilities sets RequiredCapabilities field to given value.

HasRequiredCapabilities

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasRequiredCapabilities() bool

HasRequiredCapabilities returns a boolean if a field has been set.

GetLastModified

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetLastModified() time.Time

GetLastModified returns the LastModified field if non-nil, zero value otherwise.

GetLastModifiedOk

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) 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.

SetLastModified

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetLastModified(v time.Time)

SetLastModified sets LastModified field to given value.

HasLastModified

func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasLastModified() bool

HasLastModified returns a boolean if a field has been set.

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