Home > @hapoosjs/api-common > DNSRecord > (constructor)
Creates a new DNS record specification
Signature:
constructor(name: string, type: string, value: string);
Parameter | Type | Description |
---|---|---|
name | string | Domain/subdomain name |
type | string | Record type: CNAME, TXT, etc. |
value | string | Record value |