cesium-native 0.46.0
|
A single asset obtained from the iTwin Cesium Curated Content API. More...
#include <CesiumITwinClient/CesiumCuratedContent.h>
Public Attributes | |
uint64_t | id |
The unique identifier for the content. | |
CesiumCuratedContentType | type |
The type of the content. | |
std::string | name |
The name of the content. | |
std::string | description |
A Markdown string describing the content. | |
std::string | attribution |
A Markdown compatible string containing any required attribution for the content. | |
CesiumCuratedContentStatus | status |
The status of the content. | |
A single asset obtained from the iTwin Cesium Curated Content API.
See https://developer.bentley.com/apis/cesium-curated-content/operations/list-content/#content for more information.
Definition at line 90 of file CesiumCuratedContent.h.
std::string CesiumITwinClient::CesiumCuratedContentAsset::attribution |
A Markdown compatible string containing any required attribution for the content.
Clients will be required to display the attribution to end users.
Definition at line 105 of file CesiumCuratedContent.h.
std::string CesiumITwinClient::CesiumCuratedContentAsset::description |
A Markdown string describing the content.
Definition at line 98 of file CesiumCuratedContent.h.
uint64_t CesiumITwinClient::CesiumCuratedContentAsset::id |
The unique identifier for the content.
Definition at line 92 of file CesiumCuratedContent.h.
std::string CesiumITwinClient::CesiumCuratedContentAsset::name |
The name of the content.
Definition at line 96 of file CesiumCuratedContent.h.
CesiumCuratedContentStatus CesiumITwinClient::CesiumCuratedContentAsset::status |
The status of the content.
Definition at line 107 of file CesiumCuratedContent.h.
CesiumCuratedContentType CesiumITwinClient::CesiumCuratedContentAsset::type |
The type of the content.
Definition at line 94 of file CesiumCuratedContent.h.