cesium-native 0.43.0
|
A page of assets obtained from the Cesium ion v1/assets
endpoint, including a link to obtain the next page, if one exists.
More...
#include <CesiumIonClient/Assets.h>
Public Attributes | |
std::string | link |
An RFC 5988 formatted string with a relation type of next which points to the next page of data on the server, if it exists. | |
std::vector< Asset > | items |
A page of assets. | |
A page of assets obtained from the Cesium ion v1/assets
endpoint, including a link to obtain the next page, if one exists.
std::vector<Asset> CesiumIonClient::Assets::items |
std::string CesiumIonClient::Assets::link |