Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::agent::Reference Struct Reference

A source referenced by the answer. More...

#include <types.hpp>

Public Attributes

int32_t index
 Reference index. More...
 
int32_t original_index
 Original reference index as provided by the source. More...
 
std::string ref_type
 Reference type (wire field type) More...
 
std::string id
 Reference identifier. More...
 
std::string title
 Reference title. More...
 
std::string url
 Reference URL. More...
 
std::string content_json
 Full nested reference payload, as a JSON string; empty when absent. More...
 

Detailed Description

A source referenced by the answer.

Member Data Documentation

◆ content_json

std::string longbridge::agent::Reference::content_json

Full nested reference payload, as a JSON string; empty when absent.

◆ id

std::string longbridge::agent::Reference::id

Reference identifier.

◆ index

int32_t longbridge::agent::Reference::index

Reference index.

◆ original_index

int32_t longbridge::agent::Reference::original_index

Original reference index as provided by the source.

◆ ref_type

std::string longbridge::agent::Reference::ref_type

Reference type (wire field type)

◆ title

std::string longbridge::agent::Reference::title

Reference title.

◆ url

std::string longbridge::agent::Reference::url

Reference URL.


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