Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type release_dates = {
realtime_start : string;
realtime_end : string;
order_by : string;
sort_order : string;
count : int;
offset : int;
limit : int;
release_dates : release_date list;
}
Container for release dates data
val release_dates_of_yojson :
Yojson.Safe.t ->
release_dates Ppx_deriving_yojson_runtime.error_or
val release_date_of_yojson :
Yojson.Safe.t ->
release_date Ppx_deriving_yojson_runtime.error_or
val pp_release_dates :
Ppx_deriving_runtime.Format.formatter ->
release_dates ->
Ppx_deriving_runtime.unit
val show_release_dates : release_dates -> Ppx_deriving_runtime.string
val pp_release_date :
Ppx_deriving_runtime.Format.formatter ->
release_date ->
Ppx_deriving_runtime.unit
val show_release_date : release_date -> Ppx_deriving_runtime.string
val order_by_to_string : order_by -> string