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

Class AddPlayerTagResult

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

Source from the content-addressed store, hash-verified

3409 };
3410
3411 struct AddPlayerTagResult : public PlayFabResultCommon
3412 {
3413
3414 AddPlayerTagResult() :
3415 PlayFabResultCommon()
3416 {}
3417
3418 AddPlayerTagResult(const AddPlayerTagResult&) :
3419 PlayFabResultCommon()
3420 {}
3421
3422 ~AddPlayerTagResult() { }
3423
3424 void FromJson(Json::Value&) override
3425 {
3426 }
3427
3428 Json::Value ToJson() const override
3429 {
3430 Json::Value output;
3431 return output;
3432 }
3433 };
3434
3435 struct AddServerBuildRequest : public PlayFabRequestCommon
3436 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected