GoogleCloudApihubV1QueryParam constructor

GoogleCloudApihubV1QueryParam({
  1. String? count,
  2. String? dataType,
  3. String? name,
})

Implementation

GoogleCloudApihubV1QueryParam({this.count, this.dataType, this.name});