SetFileID sets the "file_id" field.
(i int)
| 79 | |
| 80 | // SetFileID sets the "file_id" field. |
| 81 | func (mc *MetadataCreate) SetFileID(i int) *MetadataCreate { |
| 82 | mc.mutation.SetFileID(i) |
| 83 | return mc |
| 84 | } |
| 85 | |
| 86 | // SetIsPublic sets the "is_public" field. |
| 87 | func (mc *MetadataCreate) SetIsPublic(b bool) *MetadataCreate { |