GoogleCloudDataplexV1MetadataJobImportJobResult class

Results from a metadata import job.

Constructors

GoogleCloudDataplexV1MetadataJobImportJobResult.new({String? createdEntries, String? deletedEntries, String? recreatedEntries, String? unchangedEntries, String? updateTime, String? updatedEntries})
GoogleCloudDataplexV1MetadataJobImportJobResult.fromJson(Map json_)

Properties

createdEntries String?
The total number of entries that were created.
getter/setter pair
deletedEntries String?
The total number of entries that were deleted.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
recreatedEntries String?
The total number of entries that were recreated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unchangedEntries String?
The total number of entries that were unchanged.
getter/setter pair
updatedEntries String?
The total number of entries that were updated.
getter/setter pair
updateTime String?
The time when the status was updated.
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