UserPhoneNumbersArgs

data class UserPhoneNumbersArgs(val primary: Output<Boolean>? = null, val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<UserPhoneNumbersArgs>

Constructors

Link copied to clipboard
constructor(primary: Output<Boolean>? = null, type: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val primary: Output<Boolean>? = null

When true, this is the primary phone number associated with the user.

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

The type of phone number.

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

The user's phone number.

Functions

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