SetFingerprint updates the "fingerprint" record field value.
(fingerprint string)
| 95 | |
| 96 | // SetFingerprint updates the "fingerprint" record field value. |
| 97 | func (m *AuthOrigin) SetFingerprint(fingerprint string) { |
| 98 | m.Set("fingerprint", fingerprint) |
| 99 | } |
| 100 | |
| 101 | // Created returns the "created" record field value. |
| 102 | func (m *AuthOrigin) Created() types.DateTime { |