package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiSiteVerificationV1Model.SiteVerificationWebResourceResourceSource

Sourcemodule Site : sig ... end
Sourcetype t = {
  1. id : string;
    (*

    The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.

    *)
  2. owners : string list;
    (*

    The email addresses of all verified owners.

    *)
  3. site : Site.t;
    (*

    The address and type of a site that is verified or will be verified.

    *)
}
Sourceval id : (t, string) GapiLens.t
Sourceval owners : (t, string list) GapiLens.t
Sourceval site : (t, Site.t) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t