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

Options for listing topics created by the current authenticated user. More...

#include <types.hpp>

Public Attributes

int32_t page = 0
 Page number (0 = default 1) More...
 
int32_t size = 0
 Records per page, range 1~500 (0 = default 50) More...
 
std::string topic_type
 Filter by content type: "article" or "post" (empty = all) More...
 

Detailed Description

Options for listing topics created by the current authenticated user.

Member Data Documentation

◆ page

int32_t longbridge::content::MyTopicsOptions::page = 0

Page number (0 = default 1)

◆ size

int32_t longbridge::content::MyTopicsOptions::size = 0

Records per page, range 1~500 (0 = default 50)

◆ topic_type

std::string longbridge::content::MyTopicsOptions::topic_type

Filter by content type: "article" or "post" (empty = all)


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