| Name | Type | Description | Notes |
|---|---|---|---|
| OrchestratorJobPairs | Pointer to []CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair | [optional] | |
| FailedOrchestratorIds | 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 NewOrchestratorJobsBulkJobResponse() *OrchestratorJobsBulkJobResponse
NewOrchestratorJobsBulkJobResponse instantiates a new OrchestratorJobsBulkJobResponse 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 NewOrchestratorJobsBulkJobResponseWithDefaults() *OrchestratorJobsBulkJobResponse
NewOrchestratorJobsBulkJobResponseWithDefaults instantiates a new OrchestratorJobsBulkJobResponse 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 *OrchestratorJobsBulkJobResponse) GetOrchestratorJobPairs() []CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair
GetOrchestratorJobPairs returns the OrchestratorJobPairs field if non-nil, zero value otherwise.
func (o *OrchestratorJobsBulkJobResponse) GetOrchestratorJobPairsOk() (*[]CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair, bool)
GetOrchestratorJobPairsOk returns a tuple with the OrchestratorJobPairs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorJobsBulkJobResponse) SetOrchestratorJobPairs(v []CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair)
SetOrchestratorJobPairs sets OrchestratorJobPairs field to given value.
func (o *OrchestratorJobsBulkJobResponse) HasOrchestratorJobPairs() bool
HasOrchestratorJobPairs returns a boolean if a field has been set.
func (o *OrchestratorJobsBulkJobResponse) SetOrchestratorJobPairsNil(b bool)
SetOrchestratorJobPairsNil sets the value for OrchestratorJobPairs to be an explicit nil
func (o *OrchestratorJobsBulkJobResponse) UnsetOrchestratorJobPairs()
UnsetOrchestratorJobPairs ensures that no value is present for OrchestratorJobPairs, not even an explicit nil
func (o *OrchestratorJobsBulkJobResponse) GetFailedOrchestratorIds() []string
GetFailedOrchestratorIds returns the FailedOrchestratorIds field if non-nil, zero value otherwise.
func (o *OrchestratorJobsBulkJobResponse) GetFailedOrchestratorIdsOk() (*[]string, bool)
GetFailedOrchestratorIdsOk returns a tuple with the FailedOrchestratorIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorJobsBulkJobResponse) SetFailedOrchestratorIds(v []string)
SetFailedOrchestratorIds sets FailedOrchestratorIds field to given value.
func (o *OrchestratorJobsBulkJobResponse) HasFailedOrchestratorIds() bool
HasFailedOrchestratorIds returns a boolean if a field has been set.
func (o *OrchestratorJobsBulkJobResponse) SetFailedOrchestratorIdsNil(b bool)
SetFailedOrchestratorIdsNil sets the value for FailedOrchestratorIds to be an explicit nil
func (o *OrchestratorJobsBulkJobResponse) UnsetFailedOrchestratorIds()
UnsetFailedOrchestratorIds ensures that no value is present for FailedOrchestratorIds, not even an explicit nil
func (o *OrchestratorJobsBulkJobResponse) GetJobTypeName() string
GetJobTypeName returns the JobTypeName field if non-nil, zero value otherwise.
func (o *OrchestratorJobsBulkJobResponse) 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 *OrchestratorJobsBulkJobResponse) SetJobTypeName(v string)
SetJobTypeName sets JobTypeName field to given value.
func (o *OrchestratorJobsBulkJobResponse) HasJobTypeName() bool
HasJobTypeName returns a boolean if a field has been set.
func (o *OrchestratorJobsBulkJobResponse) SetJobTypeNameNil(b bool)
SetJobTypeNameNil sets the value for JobTypeName to be an explicit nil
func (o *OrchestratorJobsBulkJobResponse) UnsetJobTypeName()
UnsetJobTypeName ensures that no value is present for JobTypeName, not even an explicit nil
func (o *OrchestratorJobsBulkJobResponse) GetSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSchedule returns the Schedule field if non-nil, zero value otherwise.
func (o *OrchestratorJobsBulkJobResponse) 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 *OrchestratorJobsBulkJobResponse) SetSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSchedule sets Schedule field to given value.
func (o *OrchestratorJobsBulkJobResponse) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (o *OrchestratorJobsBulkJobResponse) GetJobFields() []OrchestratorJobsJobFieldResponse
GetJobFields returns the JobFields field if non-nil, zero value otherwise.
func (o *OrchestratorJobsBulkJobResponse) 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 *OrchestratorJobsBulkJobResponse) SetJobFields(v []OrchestratorJobsJobFieldResponse)
SetJobFields sets JobFields field to given value.
func (o *OrchestratorJobsBulkJobResponse) HasJobFields() bool
HasJobFields returns a boolean if a field has been set.
func (o *OrchestratorJobsBulkJobResponse) SetJobFieldsNil(b bool)
SetJobFieldsNil sets the value for JobFields to be an explicit nil
func (o *OrchestratorJobsBulkJobResponse) UnsetJobFields()
UnsetJobFields ensures that no value is present for JobFields, not even an explicit nil
func (o *OrchestratorJobsBulkJobResponse) GetRequestTimestamp() time.Time
GetRequestTimestamp returns the RequestTimestamp field if non-nil, zero value otherwise.
func (o *OrchestratorJobsBulkJobResponse) 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 *OrchestratorJobsBulkJobResponse) SetRequestTimestamp(v time.Time)
SetRequestTimestamp sets RequestTimestamp field to given value.
func (o *OrchestratorJobsBulkJobResponse) HasRequestTimestamp() bool
HasRequestTimestamp returns a boolean if a field has been set.