Module GapiDriveV3Service.AboutResource

module AboutResource: sig .. end

val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
GapiConversation.Session.t ->
GapiDriveV3Model.About.t * GapiConversation.Session.t
Gets information about the user, the user's Drive, and system capabilities.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/drive/v3/").
etag : Optional ETag.
std_params : Optional standard parameters.