CollectionRef returns the "collectionRef" field value.
()
| 70 | |
| 71 | // CollectionRef returns the "collectionRef" field value. |
| 72 | func (m *ExternalAuth) CollectionRef() string { |
| 73 | return m.GetString("collectionRef") |
| 74 | } |
| 75 | |
| 76 | // SetCollectionRef updates the "collectionRef" record field value. |
| 77 | func (m *ExternalAuth) SetCollectionRef(collectionId string) { |