GoogleCloudApihubV1HttpOperationDetails constructor

GoogleCloudApihubV1HttpOperationDetails({
  1. GoogleCloudApihubV1HttpOperation? httpOperation,
  2. List<GoogleCloudApihubV1PathParam>? pathParams,
  3. Map<String, GoogleCloudApihubV1QueryParam>? queryParams,
  4. GoogleCloudApihubV1HttpRequest? request,
  5. GoogleCloudApihubV1HttpResponse? response,
})

Implementation

GoogleCloudApihubV1HttpOperationDetails({
  this.httpOperation,
  this.pathParams,
  this.queryParams,
  this.request,
  this.response,
});