Class OpenFileDetails
Open file Information.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class OpenFileDetails : IDirectResponseSchema
Properties
Command
Opened file command.
Declaration
[JsonProperty("command")]
public virtual string Command { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FilePath
Opened file file path.
Declaration
[JsonProperty("filePath")]
public virtual string FilePath { get; set; }
Property Value
Type | Description |
---|---|
string |
FileType
Opened file file type.
Declaration
[JsonProperty("fileType")]
public virtual string FileType { get; set; }
Property Value
Type | Description |
---|---|
string |
User
Opened file user.
Declaration
[JsonProperty("user")]
public virtual string User { get; set; }
Property Value
Type | Description |
---|---|
string |