GoogleCloudApihubV1CollectApiDataRequest class
The CollectApiData method's request.
Constructors
- GoogleCloudApihubV1CollectApiDataRequest.new({String? actionId, GoogleCloudApihubV1ApiData? apiData, String? collectionType, String? pluginInstance})
- GoogleCloudApihubV1CollectApiDataRequest.fromJson(Map json_)
Properties
- actionId ↔ String?
-
The action ID to be used for collecting the API data.
getter/setter pair
- apiData ↔ GoogleCloudApihubV1ApiData?
-
The API data to be collected.
getter/setter pair
- collectionType ↔ String?
-
The type of collection.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pluginInstance ↔ String?
-
The plugin instance collecting the API data.
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