ttl property
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;