MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
mrs::database::entry::DbSchema Struct Reference

#include <db_schema.h>

Public Attributes

UniversalId id
 
UniversalId service_id
 
std::string name
 
std::string request_path
 
bool requires_auth
 
EnabledType enabled
 
std::optional< uint64_t > items_per_page
 
std::optional< std::string > options
 
std::optional< std::string > metadata
 
bool deleted {false}
 

Member Data Documentation

◆ deleted

bool mrs::database::entry::DbSchema::deleted {false}

◆ enabled

EnabledType mrs::database::entry::DbSchema::enabled

◆ id

UniversalId mrs::database::entry::DbSchema::id

◆ items_per_page

std::optional<uint64_t> mrs::database::entry::DbSchema::items_per_page

◆ metadata

std::optional<std::string> mrs::database::entry::DbSchema::metadata

◆ name

std::string mrs::database::entry::DbSchema::name

◆ options

std::optional<std::string> mrs::database::entry::DbSchema::options

◆ request_path

std::string mrs::database::entry::DbSchema::request_path

◆ requires_auth

bool mrs::database::entry::DbSchema::requires_auth

◆ service_id

UniversalId mrs::database::entry::DbSchema::service_id

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