GoogleCloudApigeeV1DeploymentConfig class

NEXT ID: 11

Constructors

GoogleCloudApigeeV1DeploymentConfig({Map<String, String>? attributes, String? basePath, List<String>? deploymentGroups, Map<String, String>? endpoints, String? location, String? name, String? proxyUid, String? serviceAccount, String? uid})
GoogleCloudApigeeV1DeploymentConfig.fromJson(Map json_)

Properties

attributes Map<String, String>?
Additional key-value metadata for the deployment.
getter/setter pair
basePath String?
Base path where the application will be hosted.
getter/setter pair
deploymentGroups List<String>?
The list of deployment groups in which this proxy should be deployed.
getter/setter pair
endpoints Map<String, String>?
A mapping from basepaths to proxy endpoint names in this proxy.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
Location of the API proxy bundle as a URI.
getter/setter pair
name String?
Name of the API or shared flow revision to be deployed in the following format: organizations/{org}/apis/{api}/revisions/{rev} or organizations/{org}/sharedflows/{sharedflow}/revisions/{rev}
getter/setter pair
proxyUid String?
Unique ID of the API proxy revision.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
The service account identity associated with this deployment.
getter/setter pair
uid String?
Unique ID.
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