SetType sets the "type" field.
(s string)
| 77 | |
| 78 | // SetType sets the "type" field. |
| 79 | func (spc *StoragePolicyCreate) SetType(s string) *StoragePolicyCreate { |
| 80 | spc.mutation.SetType(s) |
| 81 | return spc |
| 82 | } |
| 83 | |
| 84 | // SetServer sets the "server" field. |
| 85 | func (spc *StoragePolicyCreate) SetServer(s string) *StoragePolicyCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected