Name | Type | Description | Notes |
---|---|---|---|
JobIds | Pointer to []string | List of orchestrator job ids to be unscheduled | [optional] |
Query | Pointer to string | Query identifying orchestrator jobs to be unscheduled | [optional] |
func NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest() *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest
NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest instantiates a new KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest 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 NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequestWithDefaults() *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest
NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequestWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest 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 *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) GetJobIds() []string
GetJobIds returns the JobIds field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) 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 *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) SetJobIds(v []string)
SetJobIds sets JobIds field to given value.
func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) HasJobIds() bool
HasJobIds returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) 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 *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) SetQuery(v string)
SetQuery sets Query field to given value.
func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) HasQuery() bool
HasQuery returns a boolean if a field has been set.