class Tenant

#include <Tenant.h>

class Tenant
{
public:
    // fields

    FString TenantId;
    FString OrganizationName;
    FString Country;
};