| 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] |
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
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
func (o *OrchestratorJobsUnscheduleJobRequest) GetJobIds() []string
GetJobIds returns the JobIds field if non-nil, zero value otherwise.
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.
func (o *OrchestratorJobsUnscheduleJobRequest) SetJobIds(v []string)
SetJobIds sets JobIds field to given value.
func (o *OrchestratorJobsUnscheduleJobRequest) HasJobIds() bool
HasJobIds returns a boolean if a field has been set.
func (o *OrchestratorJobsUnscheduleJobRequest) SetJobIdsNil(b bool)
SetJobIdsNil sets the value for JobIds to be an explicit nil
func (o *OrchestratorJobsUnscheduleJobRequest) UnsetJobIds()
UnsetJobIds ensures that no value is present for JobIds, not even an explicit nil
func (o *OrchestratorJobsUnscheduleJobRequest) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
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.
func (o *OrchestratorJobsUnscheduleJobRequest) SetQuery(v string)
SetQuery sets Query field to given value.
func (o *OrchestratorJobsUnscheduleJobRequest) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (o *OrchestratorJobsUnscheduleJobRequest) SetQueryNil(b bool)
SetQueryNil sets the value for Query to be an explicit nil
func (o *OrchestratorJobsUnscheduleJobRequest) UnsetQuery()
UnsetQuery ensures that no value is present for Query, not even an explicit nil