Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Textrazor.Account
type t = {
concurrent_request_limit : int;
concurrent_requests_used : int;
plan_daily_included_requests : int;
plan : string;
requests_used_today : int;
}
Data structure for TextRazor accounts.
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or