MCPcopy Create free account
hub / github.com/PlayFab/gsdk / EntityKey

Method EntityKey

cpp/cppsdk/include/playfab/PlayFabAdminDataModels.h:5318–5323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5316 std::string TypeString;
5317
5318 EntityKey() :
5319 PlayFabBaseModel(),
5320 Id(),
5321 Type(),
5322 TypeString()
5323 {}
5324
5325 EntityKey(const EntityKey& src) :
5326 PlayFabBaseModel(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected