paused property
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;
Indicates whether the zone is only using Cloudflare DNS services. A true value means the zone will not receive security or performance benefits.
@JsonKey(name: 'paused', defaultValue: false)
late bool paused;