GoogleCloudApihubV1HttpOperationDetails class
An HTTP-based API Operation, sometimes called a "REST" Operation.
Constructors
-
GoogleCloudApihubV1HttpOperationDetails.new({GoogleCloudApihubV1HttpOperation? httpOperation, List<
GoogleCloudApihubV1PathParam> ? pathParams, Map<String, GoogleCloudApihubV1QueryParam> ? queryParams, GoogleCloudApihubV1HttpRequest? request, GoogleCloudApihubV1HttpResponse? response}) - GoogleCloudApihubV1HttpOperationDetails.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpOperation ↔ GoogleCloudApihubV1HttpOperation?
-
An HTTP Operation.
getter/setter pair
-
pathParams
↔ List<
GoogleCloudApihubV1PathParam> ? -
Path params of HttpOperation
getter/setter pair
-
queryParams
↔ Map<
String, GoogleCloudApihubV1QueryParam> ? -
Query params of HttpOperation
getter/setter pair
- request ↔ GoogleCloudApihubV1HttpRequest?
-
Request metadata.
getter/setter pair
- response ↔ GoogleCloudApihubV1HttpResponse?
-
Response metadata.
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