Class About.ExportFormatsData
The allowable export formats.
Inheritance
object
About.ExportFormatsData
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.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 |
|---|---|
| System.Collections.Generic.IList<T><string> |