RecordData

data class RecordData(val algorithm: Double? = null, val altitude: Double? = null, val certificate: String? = null, val digest: String? = null, val digestType: Double? = null, val fingerprint: String? = null, val flags: Double? = null, val keyTag: Double? = null, val latDegrees: Double? = null, val latDirection: String? = null, val latMinutes: Double? = null, val latSeconds: Double? = null, val longDegrees: Double? = null, val longDirection: String? = null, val longMinutes: Double? = null, val longSeconds: Double? = null, val matchingType: Double? = null, val order: Double? = null, val port: Double? = null, val precisionHorz: Double? = null, val precisionVert: Double? = null, val preference: Double? = null, val priority: Double? = null, val protocol: Double? = null, val publicKey: String? = null, val regex: String? = null, val replacement: String? = null, val selector: Double? = null, val service: String? = null, val size: Double? = null, val tag: String? = null, val target: String? = null, val type: Double? = null, val usage: Double? = null, val value: String? = null, val weight: Double? = null)

Constructors

Link copied to clipboard
constructor(algorithm: Double? = null, altitude: Double? = null, certificate: String? = null, digest: String? = null, digestType: Double? = null, fingerprint: String? = null, flags: Double? = null, keyTag: Double? = null, latDegrees: Double? = null, latDirection: String? = null, latMinutes: Double? = null, latSeconds: Double? = null, longDegrees: Double? = null, longDirection: String? = null, longMinutes: Double? = null, longSeconds: Double? = null, matchingType: Double? = null, order: Double? = null, port: Double? = null, precisionHorz: Double? = null, precisionVert: Double? = null, preference: Double? = null, priority: Double? = null, protocol: Double? = null, publicKey: String? = null, regex: String? = null, replacement: String? = null, selector: Double? = null, service: String? = null, size: Double? = null, tag: String? = null, target: String? = null, type: Double? = null, usage: Double? = null, value: String? = null, weight: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: Double? = null

Algorithm.

Link copied to clipboard
val altitude: Double? = null

Altitude of location in meters.

Link copied to clipboard
val certificate: String? = null

Certificate.

Link copied to clipboard
val digest: String? = null

Digest.

Link copied to clipboard
val digestType: Double? = null

Digest Type.

Link copied to clipboard
val fingerprint: String? = null

fingerprint.

Link copied to clipboard
val flags: Double? = null

Flags for the CAA record.

Link copied to clipboard
val keyTag: Double? = null

Key Tag.

Link copied to clipboard
val latDegrees: Double? = null

Degrees of latitude.

Link copied to clipboard
val latDirection: String? = null

Latitude direction. Available values: "N", "S".

Link copied to clipboard
val latMinutes: Double? = null

Minutes of latitude.

Link copied to clipboard
val latSeconds: Double? = null

Seconds of latitude.

Link copied to clipboard
val longDegrees: Double? = null

Degrees of longitude.

Link copied to clipboard
val longDirection: String? = null

Longitude direction. Available values: "E", "W".

Link copied to clipboard
val longMinutes: Double? = null

Minutes of longitude.

Link copied to clipboard
val longSeconds: Double? = null

Seconds of longitude.

Link copied to clipboard
val matchingType: Double? = null

Matching Type.

Link copied to clipboard
val order: Double? = null

Order.

Link copied to clipboard
val port: Double? = null

The port of the service.

Link copied to clipboard
val precisionHorz: Double? = null

Horizontal precision of location.

Link copied to clipboard
val precisionVert: Double? = null

Vertical precision of location.

Link copied to clipboard
val preference: Double? = null

Preference.

Link copied to clipboard
val priority: Double? = null

priority.

Link copied to clipboard
val protocol: Double? = null

Protocol.

Link copied to clipboard
val publicKey: String? = null

Public Key.

Link copied to clipboard
val regex: String? = null

Regex.

Link copied to clipboard
val replacement: String? = null

Replacement.

Link copied to clipboard
val selector: Double? = null

Selector.

Link copied to clipboard
val service: String? = null

Service.

Link copied to clipboard
val size: Double? = null

Size of location in meters.

Link copied to clipboard
val tag: String? = null

Name of the property controlled by this record (e.g.: issue, issuewild, iodef).

Link copied to clipboard
val target: String? = null

target.

Link copied to clipboard
val type: Double? = null

Type.

Link copied to clipboard
val usage: Double? = null

Usage.

Link copied to clipboard
val value: String? = null

Value of the record. This field's semantics depend on the chosen tag.

Link copied to clipboard
val weight: Double? = null

The record weight.