activatedOn property
The last time proof of ownership was detected and the zone was made active
Example: 2014-01-02T00:01:00.12345Z
Can but null if not activated yet
Implementation
@JsonKey(name: 'activated_on')
late DateTime? activatedOn;
The last time proof of ownership was detected and the zone was made active
Example: 2014-01-02T00:01:00.12345Z
Can but null if not activated yet
@JsonKey(name: 'activated_on')
late DateTime? activatedOn;