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