package gapi-ocaml

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

Module GapiSiteVerificationV1Model.SiteVerificationWebResourceGettokenRequestSource

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

    The site for which a verification token will be generated.

    *)
  2. verificationMethod : string;
    (*

    The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.

    *)
}
Sourceval site : (t, Site.t) GapiLens.t
Sourceval verificationMethod : (t, string) 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