GoogleCloudApigeeV1EnvironmentGroup class
EnvironmentGroup configuration.
An environment group is used to group one or more Apigee environments under a single host name.
Constructors
-
GoogleCloudApigeeV1EnvironmentGroup({String? createdAt, List<
String> ? hostnames, String? lastModifiedAt, String? name, String? state}) - GoogleCloudApigeeV1EnvironmentGroup.fromJson(Map json_)
Properties
- createdAt ↔ String?
-
The time at which the environment group was created as milliseconds since
epoch.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hostnames
↔ List<
String> ? -
Host names for this environment group.
getter/setter pair
- lastModifiedAt ↔ String?
-
The time at which the environment group was last updated as milliseconds
since epoch.
getter/setter pair
- name ↔ String?
-
ID of the environment group.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the environment group.
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