public sealed class OpenFileDetails : IMessage<OpenFileDetails>, IEquatable<OpenFileDetails>, IDeepCloneable<OpenFileDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class OpenFileDetails.
Open file Information.
Implements
IMessageOpenFileDetails, IEquatableOpenFileDetails, IDeepCloneableOpenFileDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
OpenFileDetails()
public OpenFileDetails()
OpenFileDetails(OpenFileDetails)
public OpenFileDetails(OpenFileDetails other)
Parameter | |
---|---|
Name | Description |
other |
OpenFileDetails |
Properties
Command
public string Command { get; set; }
Opened file command.
Property Value | |
---|---|
Type | Description |
string |
FilePath
public string FilePath { get; set; }
Opened file file path.
Property Value | |
---|---|
Type | Description |
string |
FileType
public string FileType { get; set; }
Opened file file type.
Property Value | |
---|---|
Type | Description |
string |
User
public string User { get; set; }
Opened file user.
Property Value | |
---|---|
Type | Description |
string |