GoogleCloudMlV1Location constructor

GoogleCloudMlV1Location({
  1. List<GoogleCloudMlV1Capability>? capabilities,
  2. String? name,
})

Implementation

GoogleCloudMlV1Location({
  this.capabilities,
  this.name,
});