GoogleCloudApigeeV1ComputeEnvironmentScoresRequest class
Request for ComputeEnvironmentScores.
Constructors
-
GoogleCloudApigeeV1ComputeEnvironmentScoresRequest({List<
GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter> ? filters, int? pageSize, String? pageToken, GoogleTypeInterval? timeRange}) - GoogleCloudApigeeV1ComputeEnvironmentScoresRequest.fromJson(Map json_)
Properties
-
filters
↔ List<
GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter> ? -
Filters are used to filter scored components.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageSize ↔ int?
-
The maximum number of subcomponents to be returned in a single page.
getter/setter pair
- pageToken ↔ String?
-
A token that can be sent as
page_token
to retrieve the next page.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeRange ↔ GoogleTypeInterval?
-
Time range for score calculation.
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