Class About.ExportFormatsData
The allowable export formats.
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class About.ExportFormatsData
Properties
Source
The content type to convert from.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
Targets
The possible content types to convert to.
Declaration
[JsonProperty("targets")]
public virtual IList<string> Targets { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |