ServiceProperties constructor

ServiceProperties({
  1. Map<String, ExtendedMetadata>? extendedMetadata,
  2. FunctionalType? functionalType,
  3. String? gcpProject,
  4. Identity? identity,
  5. String? location,
  6. RegistrationType? registrationType,
  7. String? zone,
})

Implementation

ServiceProperties({
  this.extendedMetadata,
  this.functionalType,
  this.gcpProject,
  this.identity,
  this.location,
  this.registrationType,
  this.zone,
});