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