GetAccountsAccount

data class GetAccountsAccount(val accountDescription: String, val accountName: String, val dbInstanceId: String, val id: String, val status: String)

Constructors

Link copied to clipboard
constructor(accountDescription: String, accountName: String, dbInstanceId: String, id: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the account.

Link copied to clipboard

The name of the account.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard
val id: String

The ID of the Account. Its value is same as Queue Name.

Link copied to clipboard

The status of the account. Valid values: Active, Creating and Deleting.