GoogleCloudRecaptchaenterpriseV1Metrics class
Metrics for a single Key.
Constructors
-
GoogleCloudRecaptchaenterpriseV1Metrics({List<
GoogleCloudRecaptchaenterpriseV1ChallengeMetrics> ? challengeMetrics, String? name, List<GoogleCloudRecaptchaenterpriseV1ScoreMetrics> ? scoreMetrics, String? startTime}) - GoogleCloudRecaptchaenterpriseV1Metrics.fromJson(Map json_)
Properties
-
challengeMetrics
↔ List<
GoogleCloudRecaptchaenterpriseV1ChallengeMetrics> ? -
Metrics will be continuous and in order by dates, and in the granularity
of day.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scoreMetrics
↔ List<
GoogleCloudRecaptchaenterpriseV1ScoreMetrics> ? -
Metrics will be continuous and in order by dates, and in the granularity
of day.
getter/setter pair
- startTime ↔ String?
-
Inclusive start time aligned to a day (UTC).
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