GoogleCloudApihubV1APIMetadata class

The API metadata.

Constructors

GoogleCloudApihubV1APIMetadata.new({GoogleCloudApihubV1Api? api, String? originalCreateTime, String? originalId, String? originalUpdateTime, List<GoogleCloudApihubV1VersionMetadata>? versions})
GoogleCloudApihubV1APIMetadata.fromJson(Map json_)

Properties

api GoogleCloudApihubV1Api?
The API resource to be pushed to Hub's collect layer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
originalCreateTime String?
Timestamp indicating when the API was created at the source.
getter/setter pair
originalId String?
The unique identifier of the API in the system where it was originally created.
getter/setter pair
originalUpdateTime String?
Timestamp indicating when the API was last updated at the source.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versions List<GoogleCloudApihubV1VersionMetadata>?
The list of versions present in an API resource.
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