ClientConnectorService_Egress constructor

ClientConnectorService_Egress({
  1. ClientConnectorService_Egress_PeeredVpc? peeredVpc,
})

Implementation

factory ClientConnectorService_Egress({
  ClientConnectorService_Egress_PeeredVpc? peeredVpc,
}) {
  final $result = create();
  if (peeredVpc != null) {
    $result.peeredVpc = peeredVpc;
  }
  return $result;
}