GoogleCloudRecommenderV1InsightTypeConfig class
Configuration for an InsightType.
Constructors
-
GoogleCloudRecommenderV1InsightTypeConfig({Map<
String, String> ? annotations, String? displayName, String? etag, GoogleCloudRecommenderV1InsightTypeGenerationConfig? insightTypeGenerationConfig, String? name, String? revisionId, String? updateTime}) - GoogleCloudRecommenderV1InsightTypeConfig.fromJson(Map json_)
Properties
-
annotations
↔ Map<
String, String> ? -
Allows clients to store small amounts of arbitrary data.
getter/setter pair
- displayName ↔ String?
-
A user-settable field to provide a human-readable name to be used in user
interfaces.
getter/setter pair
- etag ↔ String?
-
Fingerprint of the InsightTypeConfig.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- insightTypeGenerationConfig ↔ GoogleCloudRecommenderV1InsightTypeGenerationConfig?
-
InsightTypeGenerationConfig which configures the generation of insights
for this insight type.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- revisionId ↔ String?
-
The revision ID of the config.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Last time when the config 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