SetMethod updates the "method" record field value.
(method string)
| 100 | |
| 101 | // SetMethod updates the "method" record field value. |
| 102 | func (m *MFA) SetMethod(method string) { |
| 103 | m.Set("method", method) |
| 104 | } |
| 105 | |
| 106 | // Created returns the "created" record field value. |
| 107 | func (m *MFA) Created() types.DateTime { |