ServiceProperties constructor

ServiceProperties({
  1. String? gcpProject,
  2. String? location,
  3. String? zone,
})

Implementation

ServiceProperties({this.gcpProject, this.location, this.zone});