GoogleCloudApihubV1ApiHubResource class
ApiHubResource is one of the resources such as Api, Operation, Deployment, Definition, Spec and Version resources stored in API-Hub.
Constructors
- GoogleCloudApihubV1ApiHubResource.new({GoogleCloudApihubV1Api? api, GoogleCloudApihubV1Definition? definition, GoogleCloudApihubV1Deployment? deployment, GoogleCloudApihubV1ApiOperation? operation, GoogleCloudApihubV1Spec? spec, GoogleCloudApihubV1Version? version})
- GoogleCloudApihubV1ApiHubResource.fromJson(Map json_)
Properties
- api ↔ GoogleCloudApihubV1Api?
-
This represents Api resource in search results.
getter/setter pair
- definition ↔ GoogleCloudApihubV1Definition?
-
This represents Definition resource in search results.
getter/setter pair
- deployment ↔ GoogleCloudApihubV1Deployment?
-
This represents Deployment resource in search results.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operation ↔ GoogleCloudApihubV1ApiOperation?
-
This represents ApiOperation resource in search results.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spec ↔ GoogleCloudApihubV1Spec?
-
This represents Spec resource in search results.
getter/setter pair
- version ↔ GoogleCloudApihubV1Version?
-
This represents Version resource in search results.
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