GapiDriveV2Service.RealtimeResource
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
?media_download:GapiMediaResource.download ->
?revision:int ->
fileId:string ->
GapiConversation.Session.t ->
unit * GapiConversation.Session.t
Exports the contents of the Realtime API data model associated with this file as JSON.
val update :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?media_source:GapiMediaResource.t ->
?baseRevision:string ->
fileId:string ->
GapiConversation.Session.t ->
unit * GapiConversation.Session.t
Overwrites the Realtime API data model associated with this file with the provided JSON data model.