GetTableEntitiesResult

data class GetTableEntitiesResult(val filter: String, val id: String, val items: List<GetTableEntitiesItem>, val selects: List<String>? = null, val storageTableId: String)

A collection of values returned by getTableEntities.

Constructors

Link copied to clipboard
constructor(filter: String, id: String, items: List<GetTableEntitiesItem>, selects: List<String>? = null, storageTableId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of items blocks as defined below.

Link copied to clipboard
val selects: List<String>? = null
Link copied to clipboard