IndexPrivateEndpoints constructor
IndexPrivateEndpoints({
- String matchGrpcAddress = '',
- String serviceAttachment = '',
- List<
PscAutomatedEndpoints> pscAutomatedEndpoints = const [],
Implementation
IndexPrivateEndpoints({
this.matchGrpcAddress = '',
this.serviceAttachment = '',
this.pscAutomatedEndpoints = const [],
}) : super(fullyQualifiedName);