GoogleIdentityAccesscontextmanagerV1EgressSource constructor

GoogleIdentityAccesscontextmanagerV1EgressSource({
  1. String? accessLevel,
  2. GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint? pscEndpoint,
  3. String? resource,
})

Implementation

GoogleIdentityAccesscontextmanagerV1EgressSource({
  this.accessLevel,
  this.pscEndpoint,
  this.resource,
});