GetListsResult

data class GetListsResult(val accountId: String, val id: String, val lists: List<GetListsList>)

A collection of values returned by getLists.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String, lists: List<GetListsList>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier to target for the resource.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard