DeleteVpnGatewayRequest constructor
DeleteVpnGatewayRequest({})
Implementation
DeleteVpnGatewayRequest({
required this.project,
required this.region,
this.requestId,
required this.vpnGateway,
}) : super(fullyQualifiedName);