GoogleCloudDatacatalogV1beta1UsageSignal class
The set of all usage signals that we store in Data Catalog.
Constructors
-
GoogleCloudDatacatalogV1beta1UsageSignal({String? updateTime, Map<
String, GoogleCloudDatacatalogV1beta1UsageStats> ? usageWithinTimeRange}) - GoogleCloudDatacatalogV1beta1UsageSignal.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The timestamp of the end of the usage statistics duration.
getter/setter pair
-
usageWithinTimeRange
↔ Map<
String, GoogleCloudDatacatalogV1beta1UsageStats> ? -
Usage statistics over each of the pre-defined time ranges, supported
strings for time ranges are {"24H", "7D", "30D"}.
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