Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.98 KB

KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest.md

File metadata and controls

82 lines (45 loc) · 2.98 KB

KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest

Properties

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]

Methods

NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest

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

NewKeyfactorApiModelsOrchestratorJobsUnscheduleJobRequestWithDefaults

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

GetJobIds

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

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

GetJobIdsOk

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.

SetJobIds

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

SetJobIds sets JobIds field to given value.

HasJobIds

func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) HasJobIds() bool

HasJobIds returns a boolean if a field has been set.

GetQuery

func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) GetQuery() string

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

GetQueryOk

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.

SetQuery

func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) SetQuery(v string)

SetQuery sets Query field to given value.

HasQuery

func (o *KeyfactorApiModelsOrchestratorJobsUnscheduleJobRequest) HasQuery() bool

HasQuery returns a boolean if a field has been set.

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