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] |
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
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
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetAgentBlueprintId() string
GetAgentBlueprintId returns the AgentBlueprintId field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetAgentBlueprintId(v string)
SetAgentBlueprintId sets AgentBlueprintId field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasAgentBlueprintId() bool
HasAgentBlueprintId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetName(v string)
SetName sets Name field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetRequiredCapabilities() []string
GetRequiredCapabilities returns the RequiredCapabilities field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetRequiredCapabilities(v []string)
SetRequiredCapabilities sets RequiredCapabilities field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasRequiredCapabilities() bool
HasRequiredCapabilities returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) GetLastModified() time.Time
GetLastModified returns the LastModified field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) SetLastModified(v time.Time)
SetLastModified sets LastModified field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintResponse) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.