GoogleCloudDatacatalogV1RoutineSpecArgument constructor

GoogleCloudDatacatalogV1RoutineSpecArgument({
  1. String? mode,
  2. String? name,
  3. String? type,
})

Implementation

GoogleCloudDatacatalogV1RoutineSpecArgument({
  this.mode,
  this.name,
  this.type,
});