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