ttl property

  1. @JsonKey.new(name: 'ttl', defaultValue: 1)
int ttl
getter/setter pair

Time To Live (TTL) of the DNS record in seconds. Setting to 1 means 'automatic'. Value must be between 60 and 86400, with the minimum reduced to 30 for Enterprise zones.

Implementation

@JsonKey(name: 'ttl', defaultValue: 1)
late int ttl;