Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json['privateKeyIds'] = privateKeyIds; return _json; }