GoogleCloudApigeeV1IngressConfig class

Constructors

GoogleCloudApigeeV1IngressConfig({List<GoogleCloudApigeeV1EnvironmentGroupConfig>? environmentGroups, String? name, String? revisionCreateTime, String? revisionId, String? uid})
GoogleCloudApigeeV1IngressConfig.fromJson(Map json_)

Properties

environmentGroups List<GoogleCloudApigeeV1EnvironmentGroupConfig>?
List of environment groups in the organization.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the resource in the following format: organizations/{org}/deployedIngressConfig.
getter/setter pair
revisionCreateTime String?
Time at which the IngressConfig revision was created.
getter/setter pair
revisionId String?
Revision id that defines the ordering on IngressConfig resources.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
A unique id for the ingress config that will only change if the organization is deleted and recreated.
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