Module GapiDriveV2Service.AboutResource

module AboutResource: sig .. end

val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
?includeSubscribed:bool ->
?maxChangeIdCount:int64 ->
?startChangeId:int64 ->
GapiConversation.Session.t ->
GapiDriveV2Model.About.t * GapiConversation.Session.t
Gets the information about the current user along with Drive API settings
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/drive/v2/").
etag : Optional ETag.
std_params : Optional standard parameters.
includeSubscribed : When calculating the number of remaining change IDs, whether to include public files the user has opened and shared files. When set to false, this counts only change IDs for owned files and any shared or public files that the user has explicitly added to a folder they own.
maxChangeIdCount : Maximum number of remaining change IDs to count
startChangeId : Change ID to start counting from when calculating number of remaining change IDs