Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

BingImageAggregateOffer.cs 348 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. namespace SimilarProducts.Services
  2. {
  3. public class BingImageAggregateOffer
  4. {
  5. public string Name { get; set; }
  6. public string PriceCurrency { get; set; }
  7. public BingImageAggregateRating AggregateRating { get; set; }
  8. public double LowPrice { get; set; }
  9. public int OfferCount { get; set; }
  10. }
  11. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...