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