SetCollectionRef updates the "collectionRef" record field value.
(collectionId string)
| 74 | |
| 75 | // SetCollectionRef updates the "collectionRef" record field value. |
| 76 | func (m *OTP) SetCollectionRef(collectionId string) { |
| 77 | m.Set("collectionRef", collectionId) |
| 78 | } |
| 79 | |
| 80 | // RecordRef returns the "recordRef" record field value. |
| 81 | func (m *OTP) RecordRef() string { |