factory GetCmekSettingsRequest.fromJson(Map<String, dynamic> json) { return GetCmekSettingsRequest(name: json['name'] ?? ''); }