public sealed class MigrationJob.Types.DumpFlag : IMessage<MigrationJob.Types.DumpFlag>, IEquatable<MigrationJob.Types.DumpFlag>, IDeepCloneable<MigrationJob.Types.DumpFlag>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class MigrationJob.Types.DumpFlag.
Dump flag definition.
Implements
IMessageMigrationJobTypesDumpFlag, IEquatableMigrationJobTypesDumpFlag, IDeepCloneableMigrationJobTypesDumpFlag, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
DumpFlag()
public DumpFlag()
DumpFlag(DumpFlag)
public DumpFlag(MigrationJob.Types.DumpFlag other)
Parameter | |
---|---|
Name | Description |
other |
MigrationJobTypesDumpFlag |
Properties
Name
public string Name { get; set; }
The name of the flag
Property Value | |
---|---|
Type | Description |
string |
Value
public string Value { get; set; }
The value of the flag.
Property Value | |
---|---|
Type | Description |
string |