func (m *JoinResponse) CopyFrom(src interface{}) {

    o := src.(*JoinResponse)
    *m = *o
    if o.Members != nil {