SeedConversionWorkspaceRequest class

Request message for 'SeedConversionWorkspace' request.

Constructors

SeedConversionWorkspaceRequest({bool? autoCommit, String? destinationConnectionProfile, String? sourceConnectionProfile})
SeedConversionWorkspaceRequest.fromJson(Map json_)

Properties

autoCommit bool?
Should the conversion workspace be committed automatically after the seed operation.
getter/setter pair
destinationConnectionProfile String?
Fully qualified (Uri) name of the destination connection profile.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceConnectionProfile String?
Fully qualified (Uri) name of the source connection profile.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited