Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.26 KB

File metadata and controls

102 lines (57 loc) · 3.26 KB

OrchestratorJobsUnscheduleJobRequest

Properties

Name Type Description Notes
JobIds Pointer to []string List of orchestrator job ids to be unscheduled [optional]
Query Pointer to NullableString Query identifying orchestrator jobs to be unscheduled [optional]

Methods

NewOrchestratorJobsUnscheduleJobRequest

func NewOrchestratorJobsUnscheduleJobRequest() *OrchestratorJobsUnscheduleJobRequest

NewOrchestratorJobsUnscheduleJobRequest instantiates a new OrchestratorJobsUnscheduleJobRequest 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

NewOrchestratorJobsUnscheduleJobRequestWithDefaults

func NewOrchestratorJobsUnscheduleJobRequestWithDefaults() *OrchestratorJobsUnscheduleJobRequest

NewOrchestratorJobsUnscheduleJobRequestWithDefaults instantiates a new OrchestratorJobsUnscheduleJobRequest 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

GetJobIds

func (o *OrchestratorJobsUnscheduleJobRequest) GetJobIds() []string

GetJobIds returns the JobIds field if non-nil, zero value otherwise.

GetJobIdsOk

func (o *OrchestratorJobsUnscheduleJobRequest) GetJobIdsOk() (*[]string, bool)

GetJobIdsOk returns a tuple with the JobIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJobIds

func (o *OrchestratorJobsUnscheduleJobRequest) SetJobIds(v []string)

SetJobIds sets JobIds field to given value.

HasJobIds

func (o *OrchestratorJobsUnscheduleJobRequest) HasJobIds() bool

HasJobIds returns a boolean if a field has been set.

SetJobIdsNil

func (o *OrchestratorJobsUnscheduleJobRequest) SetJobIdsNil(b bool)

SetJobIdsNil sets the value for JobIds to be an explicit nil

UnsetJobIds

func (o *OrchestratorJobsUnscheduleJobRequest) UnsetJobIds()

UnsetJobIds ensures that no value is present for JobIds, not even an explicit nil

GetQuery

func (o *OrchestratorJobsUnscheduleJobRequest) GetQuery() string

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

GetQueryOk

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

SetQuery sets Query field to given value.

HasQuery

func (o *OrchestratorJobsUnscheduleJobRequest) HasQuery() bool

HasQuery returns a boolean if a field has been set.

SetQueryNil

func (o *OrchestratorJobsUnscheduleJobRequest) SetQueryNil(b bool)

SetQueryNil sets the value for Query to be an explicit nil

UnsetQuery

func (o *OrchestratorJobsUnscheduleJobRequest) 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]