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