GoogleCloudApigeeV1ArchiveDeployment class

Archive Deployment information.

Constructors

GoogleCloudApigeeV1ArchiveDeployment({String? createdAt, String? gcsUri, Map<String, String>? labels, String? name, String? operation, String? updatedAt})
GoogleCloudApigeeV1ArchiveDeployment.fromJson(Map json_)

Properties

createdAt String?
The time at which the Archive Deployment was created in milliseconds since the epoch.
getter/setter pair
gcsUri String?
Input only.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-supplied key-value pairs used to organize ArchiveDeployments.
getter/setter pair
name String?
Name of the Archive Deployment in the following format: organizations/{org}/environments/{env}/archiveDeployments/{id}.
getter/setter pair
operation String?
A reference to the LRO that created this Archive Deployment in the following format: organizations/{org}/operations/{id}
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String?
The time at which the Archive Deployment was updated in milliseconds since the epoch.
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