|
RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
Represents the network information for a job. More...
#include <ResponseTypes.hpp>
Public Attributes | |
| std::string | Hostname |
| std::vector< std::string > | IpAddresses |
Represents the network information for a job.
| std::string rstudio::launcher_plugins::api::NetworkInfo::Hostname |
The hostname of the machine running the job.
| std::vector<std::string> rstudio::launcher_plugins::api::NetworkInfo::IpAddresses |
The IP Address(es) of the machine running the job.
1.8.16