Module GdataDocumentsV3Model.Feature

type t = {
featureName : string;
featureRate : string;
}
val featureName : (t, string) GapiLens.t
val featureRate : (t, string) GapiLens.t
include GdataAtom.AtomData with type t := t
type t
val empty : t
val to_xml_data_model : t -> GdataCore.xml_data_model list
val of_xml_data_model : t -> GdataCore.xml_data_model -> t