Name | Type | Description | Notes |
---|---|---|---|
JobAuditIds | Pointer to []int64 | List of orchestrator job audit ids to be acknowledged | [optional] |
Query | Pointer to string | Query identifying orchestrator jobs to be acknowledged | [optional] |
func NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest() *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest
NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest instantiates a new KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest 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 NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequestWithDefaults() *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest
NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequestWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest 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 *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) GetJobAuditIds() []int64
GetJobAuditIds returns the JobAuditIds field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) GetJobAuditIdsOk() (*[]int64, bool)
GetJobAuditIdsOk returns a tuple with the JobAuditIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) SetJobAuditIds(v []int64)
SetJobAuditIds sets JobAuditIds field to given value.
func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) HasJobAuditIds() bool
HasJobAuditIds returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) SetQuery(v string)
SetQuery sets Query field to given value.
func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) HasQuery() bool
HasQuery returns a boolean if a field has been set.