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