FVoxtaServiceEntryData Data struct representing a specific serviceEntry provided within the VoxtaServiceGroup. More...
#include <VoxtaServiceEntryData.h>
Public Member Functions | |
FVoxtaServiceEntryData (VoxtaServiceType type, FStringView name, FGuid id) | |
Construct a new VoxtaServiceEntryData. | |
FVoxtaServiceEntryData ()=default | |
Default constructor. | |
FVoxtaServiceEntryData Data struct representing a specific serviceEntry provided within the VoxtaServiceGroup.
(i.e. Kokoro, Coqui, F5, etc) Contains type, name, and unique identifier for the serviceEntry.
|
inlineexplicit |
Construct a new VoxtaServiceEntryData.
type | The type of the serviceEntry. |
name | The name of the serviceEntry. |
id | The unique identifier for the serviceEntry. |
|
default |
Default constructor.