GoogleCloudDataplexV1DataScanExecutionStatus class

Status of the data scan execution.

Constructors

GoogleCloudDataplexV1DataScanExecutionStatus.new({String? latestJobCreateTime, String? latestJobEndTime, String? latestJobStartTime})
GoogleCloudDataplexV1DataScanExecutionStatus.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
latestJobCreateTime String?
The time when the DataScanJob execution was created.
getter/setter pair
latestJobEndTime String?
The time when the latest DataScanJob ended.
getter/setter pair
latestJobStartTime String?
The time when the latest DataScanJob started.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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