paused property

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

Indicates whether the zone is only using Cloudflare DNS services. A true value means the zone will not receive security or performance benefits.

Implementation

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