GoogleCloudApigeeV1Environment class

Constructors

GoogleCloudApigeeV1Environment({String? apiProxyType, String? createdAt, String? deploymentType, String? description, String? displayName, String? forwardProxyUri, bool? hasAttachedFlowHooks, String? lastModifiedAt, String? name, GoogleCloudApigeeV1NodeConfig? nodeConfig, GoogleCloudApigeeV1Properties? properties, String? state, String? type})
GoogleCloudApigeeV1Environment.fromJson(Map json_)

Properties

apiProxyType String?
API Proxy type supported by the environment.
getter/setter pair
createdAt String?
Creation time of this environment as milliseconds since epoch.
getter/setter pair
deploymentType String?
Deployment type supported by the environment.
getter/setter pair
description String?
Description of the environment.
getter/setter pair
displayName String?
Display name for this environment.
getter/setter pair
forwardProxyUri String?
URI of the forward proxy to be applied to the runtime instances in this environment.
getter/setter pair
hasAttachedFlowHooks bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastModifiedAt String?
Last modification time of this environment as milliseconds since epoch.
getter/setter pair
name String?
Name of the environment.
getter/setter pair
nodeConfig GoogleCloudApigeeV1NodeConfig?
NodeConfig of the environment.
getter/setter pair
properties GoogleCloudApigeeV1Properties?
Key-value pairs that may be used for customizing the environment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the environment.
getter/setter pair
type String?
EnvironmentType selected for the 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