SetProxyRecord loads the specified record model into the current proxy.
(record *Record)
| 70 | |
| 71 | // SetProxyRecord loads the specified record model into the current proxy. |
| 72 | func (m *MFA) SetProxyRecord(record *Record) { |
| 73 | m.Record = record |
| 74 | } |
| 75 | |
| 76 | // CollectionRef returns the "collectionRef" field value. |
| 77 | func (m *MFA) CollectionRef() string { |
no outgoing calls