Database Migration v1 API - Class MigrationJob.Types.DumpFlag (2.4.0)

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.

Inheritance

object > MigrationJob.Types.DumpFlag

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

DumpFlag()

public DumpFlag()

DumpFlag(DumpFlag)

public DumpFlag(MigrationJob.Types.DumpFlag other)
Parameter
NameDescription
otherMigrationJobTypesDumpFlag

Properties

Name

public string Name { get; set; }

The name of the flag

Property Value
TypeDescription
string

Value

public string Value { get; set; }

The value of the flag.

Property Value
TypeDescription
string