Class About.ImportFormatsData
The allowable import formats.
Inheritance
object
About.ImportFormatsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |
|---|---|
| System.Collections.Generic.IList<T><string> |