GoogleCloudApihubV1EnvironmentFilter class
Filter for environments.
Constructors
-
GoogleCloudApihubV1EnvironmentFilter({bool? allEnvironments, List<
String> ? environments}) - GoogleCloudApihubV1EnvironmentFilter.fromJson(Map json_)
Properties
- allEnvironments ↔ bool?
-
Indicates if this filter should match all environments or only a subset of
environments.
getter/setter pair
-
environments
↔ List<
String> ? -
If provided, only environments in this list are matched.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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