GetListResult

data class GetListResult(val accountId: String, val description: String, val id: String, val kind: String, val name: String, val numitems: Int)

A collection of values returned by getList.

Constructors

Link copied to clipboard
constructor(accountId: String, description: String, id: String, kind: String, name: String, numitems: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier to target for the resource.

Link copied to clipboard

List description.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List kind.

Link copied to clipboard

The list name to target for the resource.

Link copied to clipboard

Number of items in list.