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

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