GetAccountMembersInvokeResult

data class GetAccountMembersInvokeResult(val accountId: String, val direction: String? = null, val id: String, val maxItems: Int? = null, val order: String? = null, val results: List<GetAccountMembersResult>, val status: String? = null)

A collection of values returned by getAccountMembers.

Constructors

Link copied to clipboard
constructor(accountId: String, direction: String? = null, id: String, maxItems: Int? = null, order: String? = null, results: List<GetAccountMembersResult>, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard
val direction: String? = null

Direction to order results. Available values: "asc", "desc".

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val order: String? = null

Field to order results by. Available values: "user.firstname", "user.lastname", "user.email", "status".

Link copied to clipboard

The items returned by the data source

Link copied to clipboard
val status: String? = null

A member's status in the account. Available values: "accepted", "pending", "rejected".