proxied property

  1. @JsonKey.new(name: 'proxied', defaultValue: false)
bool proxied
getter/setter pair

Whether the record is receiving the performance and security benefits of Cloudflare.

Implementation

@JsonKey(name: 'proxied', defaultValue: false)
late bool proxied;