Module GapiDriveV2Model.GeneratedIds
type t={ids : string list;The IDs generated for the requesting user in the specified space.
kind : string;This is always drive#generatedIds
space : string;The type of file that can be created with these IDs.
}
val ids : (t, string list) GapiLens.tval kind : (t, string) GapiLens.tval space : (t, string) 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