Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
ClientMachine | Pointer to string | [optional] | |
Target | Pointer to string | [optional] | |
Schedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
Requested | Pointer to string | [optional] | |
JobType | Pointer to string | [optional] |
func NewModelsOrchestratorJobsJob() *ModelsOrchestratorJobsJob
NewModelsOrchestratorJobsJob instantiates a new ModelsOrchestratorJobsJob 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 NewModelsOrchestratorJobsJobWithDefaults() *ModelsOrchestratorJobsJob
NewModelsOrchestratorJobsJobWithDefaults instantiates a new ModelsOrchestratorJobsJob 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 *ModelsOrchestratorJobsJob) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsOrchestratorJobsJob) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsOrchestratorJobsJob) SetId(v string)
SetId sets Id field to given value.
func (o *ModelsOrchestratorJobsJob) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsOrchestratorJobsJob) GetClientMachine() string
GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise.
func (o *ModelsOrchestratorJobsJob) GetClientMachineOk() (*string, bool)
GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsOrchestratorJobsJob) SetClientMachine(v string)
SetClientMachine sets ClientMachine field to given value.
func (o *ModelsOrchestratorJobsJob) HasClientMachine() bool
HasClientMachine returns a boolean if a field has been set.
func (o *ModelsOrchestratorJobsJob) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *ModelsOrchestratorJobsJob) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsOrchestratorJobsJob) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *ModelsOrchestratorJobsJob) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (o *ModelsOrchestratorJobsJob) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSchedule returns the Schedule field if non-nil, zero value otherwise.
func (o *ModelsOrchestratorJobsJob) GetScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsOrchestratorJobsJob) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSchedule sets Schedule field to given value.
func (o *ModelsOrchestratorJobsJob) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (o *ModelsOrchestratorJobsJob) GetRequested() string
GetRequested returns the Requested field if non-nil, zero value otherwise.
func (o *ModelsOrchestratorJobsJob) GetRequestedOk() (*string, bool)
GetRequestedOk returns a tuple with the Requested field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsOrchestratorJobsJob) SetRequested(v string)
SetRequested sets Requested field to given value.
func (o *ModelsOrchestratorJobsJob) HasRequested() bool
HasRequested returns a boolean if a field has been set.
func (o *ModelsOrchestratorJobsJob) GetJobType() string
GetJobType returns the JobType field if non-nil, zero value otherwise.
func (o *ModelsOrchestratorJobsJob) GetJobTypeOk() (*string, bool)
GetJobTypeOk returns a tuple with the JobType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsOrchestratorJobsJob) SetJobType(v string)
SetJobType sets JobType field to given value.
func (o *ModelsOrchestratorJobsJob) HasJobType() bool
HasJobType returns a boolean if a field has been set.