SetCollectionRef updates the "collectionRef" record field value.
(collectionId string)
| 80 | |
| 81 | // SetCollectionRef updates the "collectionRef" record field value. |
| 82 | func (m *MFA) SetCollectionRef(collectionId string) { |
| 83 | m.Set("collectionRef", collectionId) |
| 84 | } |
| 85 | |
| 86 | // RecordRef returns the "recordRef" record field value. |
| 87 | func (m *MFA) RecordRef() string { |