GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView class
A flattened view of an API, its version, one of its operations and one of the linked deployments.
If there are no deployments linked to the operation then the result will be empty.
Constructors
- GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView({GoogleCloudApihubV1Api? api, GoogleCloudApihubV1ApiOperation? apiOperation, GoogleCloudApihubV1Deployment? deployment, GoogleCloudApihubV1Version? version})
- GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView.fromJson(Map json_)
Properties
- api ↔ GoogleCloudApihubV1Api?
-
The API.
getter/setter pair
- apiOperation ↔ GoogleCloudApihubV1ApiOperation?
-
The API operation.
getter/setter pair
- deployment ↔ GoogleCloudApihubV1Deployment?
-
The deployment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ GoogleCloudApihubV1Version?
-
The version.
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