API Reference
Class
GoogleDriveChange
Inheritance
- Object
- GoogleDriveChange
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GoogleDriveChangeList.Changes
Constructors
public GoogleDriveChange() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String FileId { get; set; } #JsonPropertyName("fileId")public Boolean Removed { get; set; } #JsonPropertyName("removed")public String ChangeType { get; set; } #JsonPropertyName("changeType")public GoogleDriveFile File { get; set; } #JsonPropertyName("file")public String DriveId { get; set; } #JsonPropertyName("driveId")