SetRecordRef updates the "recordRef" record field value.
(recordId string)
| 85 | |
| 86 | // SetRecordRef updates the "recordRef" record field value. |
| 87 | func (m *ExternalAuth) SetRecordRef(recordId string) { |
| 88 | m.Set("recordRef", recordId) |
| 89 | } |
| 90 | |
| 91 | // Provider returns the "provider" record field value. |
| 92 | func (m *ExternalAuth) Provider() string { |