Get Region Notification Endpoint Plain Args
data class GetRegionNotificationEndpointPlainArgs(val notificationEndpoint: String, val project: String? = null, val region: String) : ConvertibleToJava<GetRegionNotificationEndpointPlainArgs>
Constructors
Link copied to clipboard
fun GetRegionNotificationEndpointPlainArgs(notificationEndpoint: String, project: String? = null, region: String)