type property

  1. @JsonKey.new(name: 'type', required: true)
ZoneType type
getter/setter pair

A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup.

"full", "partial", "secondary", "internal"

Implementation

@JsonKey(name: 'type', required: true)
late ZoneType type;