Module GapiGmailV1Model.FilterAction

type t = {
addLabelIds : string list;(*

List of labels to add to the message.

*)
forward : string;(*

Email address that the message should be forwarded to.

*)
removeLabelIds : string list;(*

List of labels to remove from the message.

*)
}
val addLabelIds : ( t, string list ) GapiLens.t
val forward : ( t, string ) GapiLens.t
val removeLabelIds : ( t, string list ) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t