Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.4 KB

File metadata and controls

102 lines (57 loc) · 3.4 KB

OrchestratorJobsAcknowledgeJobRequest

Properties

Name Type Description Notes
JobAuditIds Pointer to []int64 List of orchestrator job audit ids to be acknowledged [optional]
Query Pointer to NullableString Query identifying orchestrator jobs to be acknowledged [optional]

Methods

NewOrchestratorJobsAcknowledgeJobRequest

func NewOrchestratorJobsAcknowledgeJobRequest() *OrchestratorJobsAcknowledgeJobRequest

NewOrchestratorJobsAcknowledgeJobRequest instantiates a new OrchestratorJobsAcknowledgeJobRequest 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

NewOrchestratorJobsAcknowledgeJobRequestWithDefaults

func NewOrchestratorJobsAcknowledgeJobRequestWithDefaults() *OrchestratorJobsAcknowledgeJobRequest

NewOrchestratorJobsAcknowledgeJobRequestWithDefaults instantiates a new OrchestratorJobsAcknowledgeJobRequest 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 *OrchestratorJobsAcknowledgeJobRequest) GetJobAuditIds() []int64

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

GetJobAuditIdsOk

func (o *OrchestratorJobsAcknowledgeJobRequest) 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 *OrchestratorJobsAcknowledgeJobRequest) SetJobAuditIds(v []int64)

SetJobAuditIds sets JobAuditIds field to given value.

HasJobAuditIds

func (o *OrchestratorJobsAcknowledgeJobRequest) HasJobAuditIds() bool

HasJobAuditIds returns a boolean if a field has been set.

SetJobAuditIdsNil

func (o *OrchestratorJobsAcknowledgeJobRequest) SetJobAuditIdsNil(b bool)

SetJobAuditIdsNil sets the value for JobAuditIds to be an explicit nil

UnsetJobAuditIds

func (o *OrchestratorJobsAcknowledgeJobRequest) UnsetJobAuditIds()

UnsetJobAuditIds ensures that no value is present for JobAuditIds, not even an explicit nil

GetQuery

func (o *OrchestratorJobsAcknowledgeJobRequest) GetQuery() string

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

GetQueryOk

func (o *OrchestratorJobsAcknowledgeJobRequest) 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 *OrchestratorJobsAcknowledgeJobRequest) SetQuery(v string)

SetQuery sets Query field to given value.

HasQuery

func (o *OrchestratorJobsAcknowledgeJobRequest) HasQuery() bool

HasQuery returns a boolean if a field has been set.

SetQueryNil

func (o *OrchestratorJobsAcknowledgeJobRequest) SetQueryNil(b bool)

SetQueryNil sets the value for Query to be an explicit nil

UnsetQuery

func (o *OrchestratorJobsAcknowledgeJobRequest) UnsetQuery()

UnsetQuery ensures that no value is present for Query, not even an explicit nil

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