Get Table Result
data class GetTableResult(val billingMode: TableBillingMode? = null, val defaultTimeToLive: Int? = null, val encryptionSpecification: TableEncryptionSpecification? = null, val pointInTimeRecoveryEnabled: Boolean? = null, val regularColumns: List<TableColumn>? = null, val tags: List<TableTag>? = null)
Constructors
Link copied to clipboard
fun GetTableResult(billingMode: TableBillingMode? = null, defaultTimeToLive: Int? = null, encryptionSpecification: TableEncryptionSpecification? = null, pointInTimeRecoveryEnabled: Boolean? = null, regularColumns: List<TableColumn>? = null, tags: List<TableTag>? = null)