| Name | Type | Description | Notes |
|---|---|---|---|
| AgentBlueprintJobId | Pointer to string | [optional] | |
| AgentBlueprintStoreId | Pointer to string | [optional] | |
| AgentBlueprintId | Pointer to string | [optional] | |
| JobType | Pointer to string | [optional] | |
| JobTypeName | Pointer to string | [optional] | |
| OperationType | Pointer to int32 | [optional] | |
| Thumbprint | Pointer to string | [optional] | |
| Contents | Pointer to string | [optional] | |
| Alias | Pointer to string | [optional] | |
| PrivateKeyEntry | Pointer to bool | [optional] | |
| Overwrite | Pointer to bool | [optional] | |
| HasEntryPassword | Pointer to bool | [optional] | |
| HasPfxPassword | Pointer to bool | [optional] | |
| RequestTimestamp | Pointer to time.Time | [optional] | |
| KeyfactorSchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
| Subject | Pointer to string | [optional] | |
| Directories | Pointer to string | [optional] | |
| IgnoredDirectories | Pointer to string | [optional] | |
| SymLinks | Pointer to bool | [optional] | |
| Compatibility | Pointer to bool | [optional] | |
| FileExtensions | Pointer to string | [optional] | |
| FileNamePatterns | Pointer to string | [optional] | |
| AgentBlueprintStores | Pointer to KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse | [optional] |
func NewKeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse() *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse
NewKeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse 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 NewKeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponseWithDefaults() *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse
NewKeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse 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 *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintJobId() string
GetAgentBlueprintJobId returns the AgentBlueprintJobId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintJobIdOk() (*string, bool)
GetAgentBlueprintJobIdOk returns a tuple with the AgentBlueprintJobId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintJobId(v string)
SetAgentBlueprintJobId sets AgentBlueprintJobId field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintJobId() bool
HasAgentBlueprintJobId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoreId() string
GetAgentBlueprintStoreId returns the AgentBlueprintStoreId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoreIdOk() (*string, bool)
GetAgentBlueprintStoreIdOk returns a tuple with the AgentBlueprintStoreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintStoreId(v string)
SetAgentBlueprintStoreId sets AgentBlueprintStoreId field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintStoreId() bool
HasAgentBlueprintStoreId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintId() string
GetAgentBlueprintId returns the AgentBlueprintId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) 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 *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintId(v string)
SetAgentBlueprintId sets AgentBlueprintId field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintId() bool
HasAgentBlueprintId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetJobType() string
GetJobType returns the JobType field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetJobTypeOk() (*string, bool)
GetJobTypeOk returns a tuple with the JobType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetJobType(v string)
SetJobType sets JobType field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasJobType() bool
HasJobType returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetJobTypeName() string
GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetJobTypeNameOk() (*string, bool)
GetJobTypeNameOk returns a tuple with the JobTypeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetJobTypeName(v string)
SetJobTypeName sets JobTypeName field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasJobTypeName() bool
HasJobTypeName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetOperationType() int32
GetOperationType returns the OperationType field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetOperationTypeOk() (*int32, bool)
GetOperationTypeOk returns a tuple with the OperationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetOperationType(v int32)
SetOperationType sets OperationType field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasOperationType() bool
HasOperationType returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetThumbprintOk() (*string, bool)
GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetContents() string
GetContents returns the Contents field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetContentsOk() (*string, bool)
GetContentsOk returns a tuple with the Contents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetContents(v string)
SetContents sets Contents field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasContents() bool
HasContents returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetPrivateKeyEntry() bool
GetPrivateKeyEntry returns the PrivateKeyEntry field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetPrivateKeyEntryOk() (*bool, bool)
GetPrivateKeyEntryOk returns a tuple with the PrivateKeyEntry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetPrivateKeyEntry(v bool)
SetPrivateKeyEntry sets PrivateKeyEntry field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasPrivateKeyEntry() bool
HasPrivateKeyEntry returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetOverwrite() bool
GetOverwrite returns the Overwrite field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetOverwriteOk() (*bool, bool)
GetOverwriteOk returns a tuple with the Overwrite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetOverwrite(v bool)
SetOverwrite sets Overwrite field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasOverwrite() bool
HasOverwrite returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetHasEntryPassword() bool
GetHasEntryPassword returns the HasEntryPassword field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetHasEntryPasswordOk() (*bool, bool)
GetHasEntryPasswordOk returns a tuple with the HasEntryPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetHasEntryPassword(v bool)
SetHasEntryPassword sets HasEntryPassword field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasHasEntryPassword() bool
HasHasEntryPassword returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetHasPfxPassword() bool
GetHasPfxPassword returns the HasPfxPassword field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetHasPfxPasswordOk() (*bool, bool)
GetHasPfxPasswordOk returns a tuple with the HasPfxPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetHasPfxPassword(v bool)
SetHasPfxPassword sets HasPfxPassword field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasHasPfxPassword() bool
HasHasPfxPassword returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetRequestTimestamp() time.Time
GetRequestTimestamp returns the RequestTimestamp field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetRequestTimestampOk() (*time.Time, bool)
GetRequestTimestampOk returns a tuple with the RequestTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetRequestTimestamp(v time.Time)
SetRequestTimestamp sets RequestTimestamp field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasRequestTimestamp() bool
HasRequestTimestamp returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetKeyfactorSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetKeyfactorSchedule returns the KeyfactorSchedule field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetKeyfactorScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetKeyfactorScheduleOk returns a tuple with the KeyfactorSchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetKeyfactorSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetKeyfactorSchedule sets KeyfactorSchedule field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasKeyfactorSchedule() bool
HasKeyfactorSchedule returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetDirectories() string
GetDirectories returns the Directories field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetDirectoriesOk() (*string, bool)
GetDirectoriesOk returns a tuple with the Directories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetDirectories(v string)
SetDirectories sets Directories field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasDirectories() bool
HasDirectories returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetIgnoredDirectories() string
GetIgnoredDirectories returns the IgnoredDirectories field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetIgnoredDirectoriesOk() (*string, bool)
GetIgnoredDirectoriesOk returns a tuple with the IgnoredDirectories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetIgnoredDirectories(v string)
SetIgnoredDirectories sets IgnoredDirectories field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasIgnoredDirectories() bool
HasIgnoredDirectories returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetSymLinks() bool
GetSymLinks returns the SymLinks field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetSymLinksOk() (*bool, bool)
GetSymLinksOk returns a tuple with the SymLinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetSymLinks(v bool)
SetSymLinks sets SymLinks field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasSymLinks() bool
HasSymLinks returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetCompatibility() bool
GetCompatibility returns the Compatibility field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetCompatibilityOk() (*bool, bool)
GetCompatibilityOk returns a tuple with the Compatibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetCompatibility(v bool)
SetCompatibility sets Compatibility field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasCompatibility() bool
HasCompatibility returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetFileExtensions() string
GetFileExtensions returns the FileExtensions field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetFileExtensionsOk() (*string, bool)
GetFileExtensionsOk returns a tuple with the FileExtensions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetFileExtensions(v string)
SetFileExtensions sets FileExtensions field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasFileExtensions() bool
HasFileExtensions returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetFileNamePatterns() string
GetFileNamePatterns returns the FileNamePatterns field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetFileNamePatternsOk() (*string, bool)
GetFileNamePatternsOk returns a tuple with the FileNamePatterns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetFileNamePatterns(v string)
SetFileNamePatterns sets FileNamePatterns field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasFileNamePatterns() bool
HasFileNamePatterns returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStores() KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse
GetAgentBlueprintStores returns the AgentBlueprintStores field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoresOk() (*KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse, bool)
GetAgentBlueprintStoresOk returns a tuple with the AgentBlueprintStores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintStores(v KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse)
SetAgentBlueprintStores sets AgentBlueprintStores field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintStores() bool
HasAgentBlueprintStores returns a boolean if a field has been set.