GoogleCloudApigeeV1SecurityProfileEnvironment class
Environment information of attached environments.
Scoring an environment is enabled only if it is attached to a security profile.
Constructors
- GoogleCloudApigeeV1SecurityProfileEnvironment({String? attachTime, String? environment})
- GoogleCloudApigeeV1SecurityProfileEnvironment.fromJson(Map json_)
Properties
- attachTime ↔ String?
-
Time at which environment was attached to the security profile.
getter/setter pair
- environment ↔ String?
-
Name of the environment.
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