Get Notification Channel Plain Args
    data class GetNotificationChannelPlainArgs(val filters: List<GetNotificationChannelFilter>? = null, val id: String, val sns: List<GetNotificationChannelSn>? = null) : ConvertibleToJava<GetNotificationChannelPlainArgs> 
A collection of arguments for invoking getNotificationChannel.
Constructors
Link copied to clipboard
                fun GetNotificationChannelPlainArgs(filters: List<GetNotificationChannelFilter>? = null, id: String, sns: List<GetNotificationChannelSn>? = null)