Module GdataBatch.Operation

type t =
| None
| Query
| Insert
| Update
| Delete
val to_string : t -> string
val of_string : string -> t