GoogleCloudApigeeV1DeploymentGroupConfig class
DeploymentGroupConfig represents a deployment group that should be present in a particular environment.
Constructors
- GoogleCloudApigeeV1DeploymentGroupConfig({String? deploymentGroupType, String? name, String? revisionId, String? uid})
- GoogleCloudApigeeV1DeploymentGroupConfig.fromJson(Map json_)
Properties
- deploymentGroupType ↔ String?
-
Type of the deployment group, which will be either Standard or Extensible.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Name of the deployment group in the following format:
organizations/{org}/environments/{env}/deploymentGroups/{group}
.getter/setter pair - revisionId ↔ String?
-
Revision number which can be used by the runtime to detect if the
deployment group has changed between two versions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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