Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
uid : string;
name : string;
url : string;
created : int64;
type_ : string;
creator : string;
instanceCount : unit option;
scale : Scale.t option;
state : string option;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
module Api_responses : sig ... end