status property

  1. @JsonKey.new(name: 'status', defaultValue: ZoneStatus.pending)
ZoneStatus status
getter/setter pair

The zone status on Cloudflare.

"initializing", "pending", "active", "moved"

Implementation

@JsonKey(name: 'status', defaultValue: ZoneStatus.pending)
late ZoneStatus status;