SetAuthType sets the "auth_type" field.
(v string)
| 142 | |
| 143 | // SetAuthType sets the "auth_type" field. |
| 144 | func (_c *MachineCreate) SetAuthType(v string) *MachineCreate { |
| 145 | _c.mutation.SetAuthType(v) |
| 146 | return _c |
| 147 | } |
| 148 | |
| 149 | // SetNillableAuthType sets the "auth_type" field if the given value is not nil. |
| 150 | func (_c *MachineCreate) SetNillableAuthType(v *string) *MachineCreate { |
no outgoing calls
no test coverage detected