cesium-native 0.46.0
Loading...
Searching...
No Matches
CesiumITwinClient::CesiumCuratedContentAsset Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ attribution

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.

◆ description

std::string CesiumITwinClient::CesiumCuratedContentAsset::description

A Markdown string describing the content.

Definition at line 98 of file CesiumCuratedContent.h.

◆ id

uint64_t CesiumITwinClient::CesiumCuratedContentAsset::id

The unique identifier for the content.

Definition at line 92 of file CesiumCuratedContent.h.

◆ name

std::string CesiumITwinClient::CesiumCuratedContentAsset::name

The name of the content.

Definition at line 96 of file CesiumCuratedContent.h.

◆ status

CesiumCuratedContentStatus CesiumITwinClient::CesiumCuratedContentAsset::status

The status of the content.

Definition at line 107 of file CesiumCuratedContent.h.

◆ type

CesiumCuratedContentType CesiumITwinClient::CesiumCuratedContentAsset::type

The type of the content.

Definition at line 94 of file CesiumCuratedContent.h.


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