GoogleCloudRecommenderV1InsightTypeConfig class Null safety
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.
read / write
- displayName ↔ String?
-
A user-settable field to provide a human-readable name to be used in user
interfaces.
read / write
- etag ↔ String?
-
Fingerprint of the InsightTypeConfig.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- insightTypeGenerationConfig ↔ GoogleCloudRecommenderV1InsightTypeGenerationConfig?
-
InsightTypeGenerationConfig which configures the generation of insights
for this insight type.
read / write
- name ↔ String?
-
Name of insight type config.
read / write
- revisionId ↔ String?
-
The revision ID of the config.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- updateTime ↔ String?
-
Last time when the config was updated.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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