Environment class
An environment for running orchestration tasks.
Constructors
-
Environment({EnvironmentConfig? config, String? createTime, Map<
String, String> ? labels, String? name, bool? satisfiesPzs, String? state, StorageConfig? storageConfig, String? updateTime, String? uuid}) - Environment.fromJson(Map json_)
Properties
- config ↔ EnvironmentConfig?
-
Configuration parameters for this environment.
getter/setter pair
- createTime ↔ String?
-
The time at which this environment was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
User-defined labels for this environment.
getter/setter pair
- name ↔ String?
-
The resource name of the environment, in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
EnvironmentId must start with a lowercase letter followed by up to 63
lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satisfiesPzs ↔ bool?
-
Reserved for future use.
getter/setter pair
- state ↔ String?
-
The current state of the environment.
Possible string values are:
getter/setter pair
- storageConfig ↔ StorageConfig?
-
Storage configuration for this environment.
getter/setter pair
- updateTime ↔ String?
-
The time at which this environment was last modified.
getter/setter pair
- uuid ↔ String?
-
The UUID (Universally Unique IDentifier) associated with this environment.
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