GoogleCloudApihubV1HttpOperationDetails constructor
GoogleCloudApihubV1HttpOperationDetails({
- GoogleCloudApihubV1HttpOperation? httpOperation,
- List<
GoogleCloudApihubV1PathParam> ? pathParams, - Map<
String, GoogleCloudApihubV1QueryParam> ? queryParams, - GoogleCloudApihubV1HttpRequest? request,
- GoogleCloudApihubV1HttpResponse? response,
Implementation
GoogleCloudApihubV1HttpOperationDetails({
this.httpOperation,
this.pathParams,
this.queryParams,
this.request,
this.response,
});