1#ifndef COCKATRICE_ARCHIDEKT_DECK_LISTING_API_RESPONSE_H
2#define COCKATRICE_ARCHIDEKT_DECK_LISTING_API_RESPONSE_H
16 QVector<ArchidektApiResponseDeckListingContainer>
results;
18 void fromJson(
const QJsonObject &json);
Definition archidekt_deck_listing_api_response.h:11
void debugPrint() const
Definition archidekt_deck_listing_api_response.cpp:20
QVector< ArchidektApiResponseDeckListingContainer > results
Definition archidekt_deck_listing_api_response.h:16
void fromJson(const QJsonObject &json)
Definition archidekt_deck_listing_api_response.cpp:6
QUrl next
Definition archidekt_deck_listing_api_response.h:15
int count
Definition archidekt_deck_listing_api_response.h:14