package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. disposition : string;
    (*

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

    *)
  2. emailAddress : string;
    (*

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

    *)
  3. 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