Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DnsRecord

Package version

A class that represents a VerificationStatus record.

Hierarchy

  • DnsRecord

Index

Properties

Properties

Optional name

name: undefined | string

Name of the DNS record. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ttl

ttl: undefined | number

Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

Type of the DNS record. Example: TXT NOTE: This property will not be serialized. It can only be populated by the server.

Optional value

value: undefined | string

Value of the DNS record. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc