Module GapiSiteVerificationV1Model.SiteVerificationWebResourceResource
module Site : sig ... endtype t={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.
owners : string list;The email addresses of all verified owners.
site : Site.t;The address and type of a site that is verified or will be verified.
}
val id : (t, string) GapiLens.tval owners : (t, string list) GapiLens.tval site : (t, Site.t) GapiLens.tval empty : tval render : t -> GapiJson.json_data_model listval parse : t -> GapiJson.json_data_model -> tval to_data_model : t -> GapiJson.json_data_modelval of_data_model : GapiJson.json_data_model -> t