Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public record GetResponse(
- Information[] Data
- )
- {
- public record Information(
- string Key1,
- int? Key2,
- string Key3,
- string Data
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement