| 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 NullableString | [optional] | |
| OperationType | Pointer to NullableInt32 | [optional] | |
| Thumbprint | Pointer to NullableString | [optional] | |
| Contents | Pointer to NullableString | [optional] | |
| Alias | Pointer to NullableString | [optional] | |
| PrivateKeyEntry | Pointer to NullableBool | [optional] | |
| Overwrite | Pointer to NullableBool | [optional] | |
| HasEntryPassword | Pointer to NullableBool | [optional] | |
| HasPfxPassword | Pointer to NullableBool | [optional] | |
| RequestTimestamp | Pointer to NullableTime | [optional] | |
| KeyfactorSchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
| Subject | Pointer to NullableString | [optional] | |
| Directories | Pointer to NullableString | [optional] | |
| IgnoredDirectories | Pointer to NullableString | [optional] | |
| SymLinks | Pointer to NullableBool | [optional] | |
| Compatibility | Pointer to NullableBool | [optional] | |
| FileExtensions | Pointer to NullableString | [optional] | |
| FileNamePatterns | Pointer to NullableString | [optional] | |
| AgentBlueprintStores | Pointer to OrchestratorsAgentBlueprintStoresResponse | [optional] |
func NewOrchestratorsAgentBlueprintJobsResponse() *OrchestratorsAgentBlueprintJobsResponse
NewOrchestratorsAgentBlueprintJobsResponse instantiates a new OrchestratorsAgentBlueprintJobsResponse 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 NewOrchestratorsAgentBlueprintJobsResponseWithDefaults() *OrchestratorsAgentBlueprintJobsResponse
NewOrchestratorsAgentBlueprintJobsResponseWithDefaults instantiates a new OrchestratorsAgentBlueprintJobsResponse 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 *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintJobId() string
GetAgentBlueprintJobId returns the AgentBlueprintJobId field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintJobId(v string)
SetAgentBlueprintJobId sets AgentBlueprintJobId field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintJobId() bool
HasAgentBlueprintJobId returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoreId() string
GetAgentBlueprintStoreId returns the AgentBlueprintStoreId field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintStoreId(v string)
SetAgentBlueprintStoreId sets AgentBlueprintStoreId field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintStoreId() bool
HasAgentBlueprintStoreId returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintId() string
GetAgentBlueprintId returns the AgentBlueprintId field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintId(v string)
SetAgentBlueprintId sets AgentBlueprintId field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintId() bool
HasAgentBlueprintId returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) GetJobType() string
GetJobType returns the JobType field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetJobType(v string)
SetJobType sets JobType field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasJobType() bool
HasJobType returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) GetJobTypeName() string
GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetJobTypeName(v string)
SetJobTypeName sets JobTypeName field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasJobTypeName() bool
HasJobTypeName returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetJobTypeNameNil(b bool)
SetJobTypeNameNil sets the value for JobTypeName to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetJobTypeName()
UnsetJobTypeName ensures that no value is present for JobTypeName, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetOperationType() int32
GetOperationType returns the OperationType field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetOperationType(v int32)
SetOperationType sets OperationType field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasOperationType() bool
HasOperationType returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetOperationTypeNil(b bool)
SetOperationTypeNil sets the value for OperationType to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetOperationType()
UnsetOperationType ensures that no value is present for OperationType, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetThumbprintNil(b bool)
SetThumbprintNil sets the value for Thumbprint to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetThumbprint()
UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetContents() string
GetContents returns the Contents field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetContents(v string)
SetContents sets Contents field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasContents() bool
HasContents returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetContentsNil(b bool)
SetContentsNil sets the value for Contents to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetContents()
UnsetContents ensures that no value is present for Contents, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetAliasNil(b bool)
SetAliasNil sets the value for Alias to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetAlias()
UnsetAlias ensures that no value is present for Alias, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetPrivateKeyEntry() bool
GetPrivateKeyEntry returns the PrivateKeyEntry field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetPrivateKeyEntry(v bool)
SetPrivateKeyEntry sets PrivateKeyEntry field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasPrivateKeyEntry() bool
HasPrivateKeyEntry returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetPrivateKeyEntryNil(b bool)
SetPrivateKeyEntryNil sets the value for PrivateKeyEntry to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetPrivateKeyEntry()
UnsetPrivateKeyEntry ensures that no value is present for PrivateKeyEntry, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetOverwrite() bool
GetOverwrite returns the Overwrite field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetOverwrite(v bool)
SetOverwrite sets Overwrite field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasOverwrite() bool
HasOverwrite returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetOverwriteNil(b bool)
SetOverwriteNil sets the value for Overwrite to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetOverwrite()
UnsetOverwrite ensures that no value is present for Overwrite, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetHasEntryPassword() bool
GetHasEntryPassword returns the HasEntryPassword field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetHasEntryPassword(v bool)
SetHasEntryPassword sets HasEntryPassword field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasHasEntryPassword() bool
HasHasEntryPassword returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetHasEntryPasswordNil(b bool)
SetHasEntryPasswordNil sets the value for HasEntryPassword to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetHasEntryPassword()
UnsetHasEntryPassword ensures that no value is present for HasEntryPassword, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetHasPfxPassword() bool
GetHasPfxPassword returns the HasPfxPassword field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetHasPfxPassword(v bool)
SetHasPfxPassword sets HasPfxPassword field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasHasPfxPassword() bool
HasHasPfxPassword returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetHasPfxPasswordNil(b bool)
SetHasPfxPasswordNil sets the value for HasPfxPassword to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetHasPfxPassword()
UnsetHasPfxPassword ensures that no value is present for HasPfxPassword, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetRequestTimestamp() time.Time
GetRequestTimestamp returns the RequestTimestamp field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetRequestTimestamp(v time.Time)
SetRequestTimestamp sets RequestTimestamp field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasRequestTimestamp() bool
HasRequestTimestamp returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetRequestTimestampNil(b bool)
SetRequestTimestampNil sets the value for RequestTimestamp to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetRequestTimestamp()
UnsetRequestTimestamp ensures that no value is present for RequestTimestamp, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetKeyfactorSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetKeyfactorSchedule returns the KeyfactorSchedule field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetKeyfactorSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetKeyfactorSchedule sets KeyfactorSchedule field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasKeyfactorSchedule() bool
HasKeyfactorSchedule returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetSubjectNil(b bool)
SetSubjectNil sets the value for Subject to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetSubject()
UnsetSubject ensures that no value is present for Subject, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetDirectories() string
GetDirectories returns the Directories field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetDirectories(v string)
SetDirectories sets Directories field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasDirectories() bool
HasDirectories returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetDirectoriesNil(b bool)
SetDirectoriesNil sets the value for Directories to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetDirectories()
UnsetDirectories ensures that no value is present for Directories, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetIgnoredDirectories() string
GetIgnoredDirectories returns the IgnoredDirectories field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetIgnoredDirectories(v string)
SetIgnoredDirectories sets IgnoredDirectories field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasIgnoredDirectories() bool
HasIgnoredDirectories returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetIgnoredDirectoriesNil(b bool)
SetIgnoredDirectoriesNil sets the value for IgnoredDirectories to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetIgnoredDirectories()
UnsetIgnoredDirectories ensures that no value is present for IgnoredDirectories, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetSymLinks() bool
GetSymLinks returns the SymLinks field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetSymLinks(v bool)
SetSymLinks sets SymLinks field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasSymLinks() bool
HasSymLinks returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetSymLinksNil(b bool)
SetSymLinksNil sets the value for SymLinks to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetSymLinks()
UnsetSymLinks ensures that no value is present for SymLinks, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetCompatibility() bool
GetCompatibility returns the Compatibility field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetCompatibility(v bool)
SetCompatibility sets Compatibility field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasCompatibility() bool
HasCompatibility returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetCompatibilityNil(b bool)
SetCompatibilityNil sets the value for Compatibility to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetCompatibility()
UnsetCompatibility ensures that no value is present for Compatibility, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetFileExtensions() string
GetFileExtensions returns the FileExtensions field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetFileExtensions(v string)
SetFileExtensions sets FileExtensions field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasFileExtensions() bool
HasFileExtensions returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetFileExtensionsNil(b bool)
SetFileExtensionsNil sets the value for FileExtensions to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetFileExtensions()
UnsetFileExtensions ensures that no value is present for FileExtensions, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetFileNamePatterns() string
GetFileNamePatterns returns the FileNamePatterns field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) 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 *OrchestratorsAgentBlueprintJobsResponse) SetFileNamePatterns(v string)
SetFileNamePatterns sets FileNamePatterns field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasFileNamePatterns() bool
HasFileNamePatterns returns a boolean if a field has been set.
func (o *OrchestratorsAgentBlueprintJobsResponse) SetFileNamePatternsNil(b bool)
SetFileNamePatternsNil sets the value for FileNamePatterns to be an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetFileNamePatterns()
UnsetFileNamePatterns ensures that no value is present for FileNamePatterns, not even an explicit nil
func (o *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStores() OrchestratorsAgentBlueprintStoresResponse
GetAgentBlueprintStores returns the AgentBlueprintStores field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoresOk() (*OrchestratorsAgentBlueprintStoresResponse, 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 *OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintStores(v OrchestratorsAgentBlueprintStoresResponse)
SetAgentBlueprintStores sets AgentBlueprintStores field to given value.
func (o *OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintStores() bool
HasAgentBlueprintStores returns a boolean if a field has been set.