Searched refs:TrustedRelationshipGroupInfo (Results 1 – 2 of 2) sorted by relevance
26 struct TrustedRelationshipGroupInfo { struct31 TrustedRelationshipGroupInfo() : groupType(0) {} in TrustedRelationshipGroupInfo() argument32 TrustedRelationshipGroupInfo(std::string name, std::string id, std::string owner, int32_t type) in TrustedRelationshipGroupInfo() function
41 void from_json(const nlohmann::json &jsonObject, TrustedRelationshipGroupInfo &groupInfo) in from_json()95 std::vector<TrustedRelationshipGroupInfo> groupList; in QueryTrustedRelationship()96 groupList = jsonObject.get<std::vector<TrustedRelationshipGroupInfo>>(); in QueryTrustedRelationship()