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

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