GoogleCloudApihubV1HttpOperationConfig constructor

GoogleCloudApihubV1HttpOperationConfig({
  1. String? method,
  2. String? path,
  3. String? spec,
})

Implementation

GoogleCloudApihubV1HttpOperationConfig({this.method, this.path, this.spec});