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