| Name | Type | Description | Notes |
|---|---|---|---|
| JobId | Pointer to string | [optional] | |
| OrchestratorId | Pointer to string | [optional] | |
| JobTypeName | Pointer to string | [optional] | |
| Schedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
| JobFields | Pointer to []KeyfactorApiModelsOrchestratorJobsJobFieldResponse | [optional] | |
| RequestTimestamp | Pointer to time.Time | [optional] |
func NewKeyfactorApiModelsOrchestratorJobsJobResponse() *KeyfactorApiModelsOrchestratorJobsJobResponse
NewKeyfactorApiModelsOrchestratorJobsJobResponse instantiates a new KeyfactorApiModelsOrchestratorJobsJobResponse 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 NewKeyfactorApiModelsOrchestratorJobsJobResponseWithDefaults() *KeyfactorApiModelsOrchestratorJobsJobResponse
NewKeyfactorApiModelsOrchestratorJobsJobResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorJobsJobResponse 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 *KeyfactorApiModelsOrchestratorJobsJobResponse) GetJobId() string
GetJobId returns the JobId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) 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 *KeyfactorApiModelsOrchestratorJobsJobResponse) SetJobId(v string)
SetJobId sets JobId field to given value.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetOrchestratorId() string
GetOrchestratorId returns the OrchestratorId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) 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 *KeyfactorApiModelsOrchestratorJobsJobResponse) SetOrchestratorId(v string)
SetOrchestratorId sets OrchestratorId field to given value.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasOrchestratorId() bool
HasOrchestratorId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetJobTypeName() string
GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) 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 *KeyfactorApiModelsOrchestratorJobsJobResponse) SetJobTypeName(v string)
SetJobTypeName sets JobTypeName field to given value.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasJobTypeName() bool
HasJobTypeName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSchedule returns the Schedule field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) 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 *KeyfactorApiModelsOrchestratorJobsJobResponse) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSchedule sets Schedule field to given value.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetJobFields() []KeyfactorApiModelsOrchestratorJobsJobFieldResponse
GetJobFields returns the JobFields field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetJobFieldsOk() (*[]KeyfactorApiModelsOrchestratorJobsJobFieldResponse, 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 *KeyfactorApiModelsOrchestratorJobsJobResponse) SetJobFields(v []KeyfactorApiModelsOrchestratorJobsJobFieldResponse)
SetJobFields sets JobFields field to given value.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasJobFields() bool
HasJobFields returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) GetRequestTimestamp() time.Time
GetRequestTimestamp returns the RequestTimestamp field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) 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 *KeyfactorApiModelsOrchestratorJobsJobResponse) SetRequestTimestamp(v time.Time)
SetRequestTimestamp sets RequestTimestamp field to given value.
func (o *KeyfactorApiModelsOrchestratorJobsJobResponse) HasRequestTimestamp() bool
HasRequestTimestamp returns a boolean if a field has been set.