GetRecordsResult

data class GetRecordsResult(val domain: String, val filters: List<GetRecordsFilter>? = null, val id: String, val records: List<GetRecordsRecord>, val sorts: List<GetRecordsSort>? = null)

A collection of values returned by getRecords.

Constructors

Link copied to clipboard
constructor(domain: String, filters: List<GetRecordsFilter>? = null, id: String, records: List<GetRecordsRecord>, sorts: List<GetRecordsSort>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Domain of the DNS record.

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

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val sorts: List<GetRecordsSort>? = null