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

    o := src.(*StoreAction)
    *m = *o
    if o.Target != nil {