API Reference

Class

GoogleDriveFile

Namespace OfficeIMO.GoogleWorkspace.Drive
Assembly OfficeIMO.GoogleWorkspace.Drive
Modifiers sealed

Inheritance

  • Object
  • GoogleDriveFile

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public String Id { get; set; } #
JsonPropertyName("id")
public String Name { get; set; } #
JsonPropertyName("name")
public String MimeType { get; set; } #
JsonPropertyName("mimeType")
public String DriveId { get; set; } #
JsonPropertyName("driveId")
public List<String> Parents { get; set; } #
JsonPropertyName("parents")
public Nullable<DateTimeOffset> ModifiedTime { get; set; } #
JsonPropertyName("modifiedTime")
public Nullable<DateTimeOffset> CreatedTime { get; set; } #
JsonPropertyName("createdTime")
public Nullable<Int64> Version { get; set; } #
JsonPropertyName("version") JsonNumberHandling(1)
public Nullable<Int64> Size { get; set; } #
JsonPropertyName("size") JsonNumberHandling(1)
public Boolean Trashed { get; set; } #
JsonPropertyName("trashed")
public GoogleDriveFileCapabilities Capabilities { get; set; } #
JsonPropertyName("capabilities")