ApplicationAttributesDeveloperOwner

data class ApplicationAttributesDeveloperOwner(val displayName: String? = null, val email: String)

Constructors

Link copied to clipboard
constructor(displayName: String? = null, email: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Optional. Contact's name.

Link copied to clipboard

Required. Email address of the contacts.