IndexPrivateEndpoints constructor

IndexPrivateEndpoints({
  1. String matchGrpcAddress = '',
  2. String serviceAttachment = '',
  3. List<PscAutomatedEndpoints> pscAutomatedEndpoints = const [],
})

Implementation

IndexPrivateEndpoints({
  this.matchGrpcAddress = '',
  this.serviceAttachment = '',
  this.pscAutomatedEndpoints = const [],
}) : super(fullyQualifiedName);