Module GdataDocumentsV3Model.ExportFormat

module ExportFormat: DocumentFormat 

type t = {
   source : string;
   target : string;
}
val source : (t, string) GapiLens.t
val target : (t, string) GapiLens.t
include GdataAtom.AtomData