Show / Hide Table of Contents

Class OpenFileDetails

Open file Information.

Inheritance
object
OpenFileDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX