RecordRef returns the "recordRef" record field value.
()
| 80 | |
| 81 | // RecordRef returns the "recordRef" record field value. |
| 82 | func (m *ExternalAuth) RecordRef() string { |
| 83 | return m.GetString("recordRef") |
| 84 | } |
| 85 | |
| 86 | // SetRecordRef updates the "recordRef" record field value. |
| 87 | func (m *ExternalAuth) SetRecordRef(recordId string) { |