GoogleCloudApihubV1DeploymentMetadata class
The metadata associated with a deployment.
Constructors
- GoogleCloudApihubV1DeploymentMetadata.new({GoogleCloudApihubV1Deployment? deployment, String? originalCreateTime, String? originalId, String? originalUpdateTime})
- GoogleCloudApihubV1DeploymentMetadata.fromJson(Map json_)
Properties
- deployment ↔ GoogleCloudApihubV1Deployment?
-
The deployment 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 deployment was created at the source.
getter/setter pair
- originalId ↔ String?
-
The unique identifier of the deployment in the system where it was
originally created.
getter/setter pair
- originalUpdateTime ↔ String?
-
Timestamp indicating when the deployment was last updated at the source.
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