func (in *RestoreSchedule) DeepCopyInto(out *RestoreSchedule) {
    *out = *in
    in.RestoreSpec.DeepCopyInto(&out.RestoreSpec)
    if in.ScheduleCommon != nil {
        in, out := &in.ScheduleCommon, &out.ScheduleCommon