record property

List<AcmeTxtRecord>? record
getter/setter pair

The ACME challenges on the requested domain represented as individual TXT records.

Implementation

core.List<AcmeTxtRecord>? record;