GoogleCloudApigeeV1ApiProxy class

Metadata describing the API proxy

Constructors

GoogleCloudApigeeV1ApiProxy({String? apiProxyType, Map<String, String>? labels, String? latestRevisionId, GoogleCloudApigeeV1EntityMetadata? metaData, String? name, bool? readOnly, List<String>? revision})
GoogleCloudApigeeV1ApiProxy.fromJson(Map json_)

Properties

apiProxyType String?
The type of the API proxy.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User labels applied to this API Proxy.
getter/setter pair
latestRevisionId String?
The id of the most recently created revision for this api proxy.
getter/setter pair
metaData GoogleCloudApigeeV1EntityMetadata?
Metadata describing the API proxy.
getter/setter pair
name String?
Name of the API proxy.
getter/setter pair
readOnly bool?
Whether this proxy is read-only.
getter/setter pair
revision List<String>?
List of revisions defined for the API proxy.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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