dsRecords property

List<DsRecord>? dsRecords
getter/setter pair

The list of DS records published for this domain.

The list is automatically populated when ds_state is DS_RECORDS_PUBLISHED, otherwise it remains empty.

Output only.

Implementation

core.List<DsRecord>? dsRecords;