| Name | Type | Description | Notes |
|---|---|---|---|
| JobId | Pointer to string | [optional] | |
| OrchestratorId | Pointer to string | [optional] | |
| JobTypeName | Pointer to NullableString | [optional] | |
| Schedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
| JobFields | Pointer to []OrchestratorJobsJobFieldResponse | [optional] | |
| RequestTimestamp | Pointer to time.Time | [optional] |
func NewOrchestratorJobsJobResponse() *OrchestratorJobsJobResponse
NewOrchestratorJobsJobResponse instantiates a new OrchestratorJobsJobResponse 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 NewOrchestratorJobsJobResponseWithDefaults() *OrchestratorJobsJobResponse
NewOrchestratorJobsJobResponseWithDefaults instantiates a new OrchestratorJobsJobResponse 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 *OrchestratorJobsJobResponse) GetJobId() string
GetJobId returns the JobId field if non-nil, zero value otherwise.
func (o *OrchestratorJobsJobResponse) GetJobIdOk() (*string, bool)
GetJobIdOk returns a tuple with the JobId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorJobsJobResponse) SetJobId(v string)
SetJobId sets JobId field to given value.
func (o *OrchestratorJobsJobResponse) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (o *OrchestratorJobsJobResponse) GetOrchestratorId() string
GetOrchestratorId returns the OrchestratorId field if non-nil, zero value otherwise.
func (o *OrchestratorJobsJobResponse) GetOrchestratorIdOk() (*string, bool)
GetOrchestratorIdOk returns a tuple with the OrchestratorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorJobsJobResponse) SetOrchestratorId(v string)
SetOrchestratorId sets OrchestratorId field to given value.
func (o *OrchestratorJobsJobResponse) HasOrchestratorId() bool
HasOrchestratorId returns a boolean if a field has been set.
func (o *OrchestratorJobsJobResponse) GetJobTypeName() string
GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise.
func (o *OrchestratorJobsJobResponse) GetJobTypeNameOk() (*string, bool)
GetJobTypeNameOk returns a tuple with the JobTypeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorJobsJobResponse) SetJobTypeName(v string)
SetJobTypeName sets JobTypeName field to given value.
func (o *OrchestratorJobsJobResponse) HasJobTypeName() bool
HasJobTypeName returns a boolean if a field has been set.
func (o *OrchestratorJobsJobResponse) SetJobTypeNameNil(b bool)
SetJobTypeNameNil sets the value for JobTypeName to be an explicit nil
func (o *OrchestratorJobsJobResponse) UnsetJobTypeName()
UnsetJobTypeName ensures that no value is present for JobTypeName, not even an explicit nil
func (o *OrchestratorJobsJobResponse) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSchedule returns the Schedule field if non-nil, zero value otherwise.
func (o *OrchestratorJobsJobResponse) 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 *OrchestratorJobsJobResponse) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSchedule sets Schedule field to given value.
func (o *OrchestratorJobsJobResponse) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (o *OrchestratorJobsJobResponse) GetJobFields() []OrchestratorJobsJobFieldResponse
GetJobFields returns the JobFields field if non-nil, zero value otherwise.
func (o *OrchestratorJobsJobResponse) GetJobFieldsOk() (*[]OrchestratorJobsJobFieldResponse, bool)
GetJobFieldsOk returns a tuple with the JobFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorJobsJobResponse) SetJobFields(v []OrchestratorJobsJobFieldResponse)
SetJobFields sets JobFields field to given value.
func (o *OrchestratorJobsJobResponse) HasJobFields() bool
HasJobFields returns a boolean if a field has been set.
func (o *OrchestratorJobsJobResponse) SetJobFieldsNil(b bool)
SetJobFieldsNil sets the value for JobFields to be an explicit nil
func (o *OrchestratorJobsJobResponse) UnsetJobFields()
UnsetJobFields ensures that no value is present for JobFields, not even an explicit nil
func (o *OrchestratorJobsJobResponse) GetRequestTimestamp() time.Time
GetRequestTimestamp returns the RequestTimestamp field if non-nil, zero value otherwise.
func (o *OrchestratorJobsJobResponse) GetRequestTimestampOk() (*time.Time, bool)
GetRequestTimestampOk returns a tuple with the RequestTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorJobsJobResponse) SetRequestTimestamp(v time.Time)
SetRequestTimestamp sets RequestTimestamp field to given value.
func (o *OrchestratorJobsJobResponse) HasRequestTimestamp() bool
HasRequestTimestamp returns a boolean if a field has been set.