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