GoogleCloudApihubV1VersionMetadata class
The metadata associated with a version of the API resource.
Constructors
-
GoogleCloudApihubV1VersionMetadata.new({List<
GoogleCloudApihubV1DeploymentMetadata> ? deployments, String? originalCreateTime, String? originalId, String? originalUpdateTime, List<GoogleCloudApihubV1SpecMetadata> ? specs, GoogleCloudApihubV1Version? version}) - GoogleCloudApihubV1VersionMetadata.fromJson(Map json_)
Properties
-
deployments
↔ List<
GoogleCloudApihubV1DeploymentMetadata> ? -
The deployments linked to this API version.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- originalCreateTime ↔ String?
-
Timestamp indicating when the version was created at the source.
getter/setter pair
- originalId ↔ String?
-
The unique identifier of the version in the system where it was originally
created.
getter/setter pair
- originalUpdateTime ↔ String?
-
Timestamp indicating when the version was last updated at the source.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
specs
↔ List<
GoogleCloudApihubV1SpecMetadata> ? -
The specs associated with this version.
getter/setter pair
- version ↔ GoogleCloudApihubV1Version?
-
Represents a version of the API resource in API hub.
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