factory RotationRulesType.fromJson(Map<String, dynamic> json) { return RotationRulesType( automaticallyAfterDays: json['AutomaticallyAfterDays'] as int?, ); }