Module GapiGmailV1Model.AutoForwarding

type t = {
disposition : string;(*

The state that a message should be left in after it has been forwarded.

*)
emailAddress : string;(*

Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.

*)
enabled : bool;(*

Whether all incoming mail is automatically forwarded to another address.

*)
}
val disposition : ( t, string ) GapiLens.t
val emailAddress : ( t, string ) GapiLens.t
val enabled : ( t, bool ) 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