Engage Engine API
1.251.9091
|
Bridging session settings. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
![]() | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
std::string | id |
ID. | |
std::string | name |
Name. | |
std::vector< std::string > | groups |
List of group IDs to be included in the session. | |
bool | enabled |
[Optional, Default: true] Enable the bridge NOTE: this is only used bt EBS and is ignored when calling engageCreateBridge() is called | |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Bridging session settings.
Helper C++ class to serialize and de-serialize Bridge JSON
Example:
Definition at line 6020 of file ConfigurationObjects.h.
|
inline |
Definition at line 6040 of file ConfigurationObjects.h.
|
inline |
Definition at line 6045 of file ConfigurationObjects.h.
bool AppConfigurationObjects::Bridge::enabled |
[Optional, Default: true] Enable the bridge NOTE: this is only used bt EBS and is ignored when calling engageCreateBridge() is called
Definition at line 6038 of file ConfigurationObjects.h.
std::vector<std::string> AppConfigurationObjects::Bridge::groups |
List of group IDs to be included in the session.
Definition at line 6033 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::Bridge::id |
ID.
Definition at line 6027 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::Bridge::name |
Name.
Definition at line 6030 of file ConfigurationObjects.h.