IcebergPartitionSpecResponse
data class IcebergPartitionSpecResponse(val index: Int? = null, val type: String? = null, val column: String? = null, val name: String? = null)
Represents a response containing information about an Iceberg partition specification.