setDomainBytes

open fun setDomainBytes(value: ByteString): DnsRecord.Builder
Specifies the domain owner of this record.
string domain = 1;

Return

This builder for chaining.

Parameters

value

The bytes for domain to set.