func newTransition(o SDK.Transition) Transition {
    result := Transition{}

    if o.Date != nil {
        result.Date = *o.Date