cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumIonClient::Assets Struct Reference

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< Assetitems
 A page of assets.
 

Detailed Description

A page of assets obtained from the Cesium ion v1/assets endpoint, including a link to obtain the next page, if one exists.

Definition at line 77 of file Assets.h.

Member Data Documentation

◆ items

std::vector<Asset> CesiumIonClient::Assets::items

A page of assets.

Definition at line 91 of file Assets.h.

◆ link

std::string CesiumIonClient::Assets::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.

This url should be treated as an opaque link as the actual format may change at any time.

Definition at line 86 of file Assets.h.


The documentation for this struct was generated from the following file: