Class About.ImportFormatsData
The allowable import formats.
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class About.ImportFormatsData
Properties
Source
The imported file's 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> |