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