SubscriberArgs

data class SubscriberArgs(val email: Output<String>? = null, val notifications: Output<Double>? = null) : ConvertibleToJava<SubscriberArgs>

Constructors

Link copied to clipboard
constructor(email: Output<String>? = null, notifications: Output<Double>? = null)

Properties

Link copied to clipboard
val email: Output<String>? = null

Email of the subscriber

Link copied to clipboard
val notifications: Output<Double>? = null

Number specifying what notifications to receive

Functions

Link copied to clipboard
open override fun toJava(): SubscriberArgs