Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.08 KB

KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest.md

File metadata and controls

82 lines (45 loc) · 3.08 KB

KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest

Properties

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]

Methods

NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest

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

NewKeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequestWithDefaults

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

GetJobAuditIds

func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) GetJobAuditIds() []int64

GetJobAuditIds returns the JobAuditIds field if non-nil, zero value otherwise.

GetJobAuditIdsOk

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.

SetJobAuditIds

func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) SetJobAuditIds(v []int64)

SetJobAuditIds sets JobAuditIds field to given value.

HasJobAuditIds

func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) HasJobAuditIds() bool

HasJobAuditIds returns a boolean if a field has been set.

GetQuery

func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) GetQuery() string

GetQuery returns the Query field if non-nil, zero value otherwise.

GetQueryOk

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.

SetQuery

func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) SetQuery(v string)

SetQuery sets Query field to given value.

HasQuery

func (o *KeyfactorApiModelsOrchestratorJobsAcknowledgeJobRequest) HasQuery() bool

HasQuery returns a boolean if a field has been set.

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