kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.relay
/
BounceStatus
Bounce
Status
data
class
BounceStatus
(
var
paused
:
Boolean
,
var
bounceType
:
String
)
Represents a bounce status object nested within the profile.
Members
Constructors
Bounce
Status
Link copied to clipboard
constructor
(
paused
:
Boolean
,
bounceType
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bounce
Type
Link copied to clipboard
var
bounceType
:
String
paused
Link copied to clipboard
var
paused
:
Boolean