ServiceProperties constructor
ServiceProperties({
- Map<
String, ExtendedMetadata> ? extendedMetadata, - FunctionalType? functionalType,
- String? gcpProject,
- Identity? identity,
- String? location,
- RegistrationType? registrationType,
- String? zone,
Implementation
ServiceProperties({
this.extendedMetadata,
this.functionalType,
this.gcpProject,
this.identity,
this.location,
this.registrationType,
this.zone,
});