SetStoragePolicyFiles sets the "storage_policy_files" field.
(i int)
| 139 | |
| 140 | // SetStoragePolicyFiles sets the "storage_policy_files" field. |
| 141 | func (fc *FileCreate) SetStoragePolicyFiles(i int) *FileCreate { |
| 142 | fc.mutation.SetStoragePolicyFiles(i) |
| 143 | return fc |
| 144 | } |
| 145 | |
| 146 | // SetNillableStoragePolicyFiles sets the "storage_policy_files" field if the given value is not nil. |
| 147 | func (fc *FileCreate) SetNillableStoragePolicyFiles(i *int) *FileCreate { |
no outgoing calls
no test coverage detected