func (r Owner) ToSDK() SDK.Owner {
    o := SDK.Owner{}

    if r.DisplayName != "" {
        o.DisplayName = pointers.String(r.DisplayName)