using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Nuclex.Networking.Gallery3.Responses { /// Relationships returned as JSON by the gallery REST API public struct JsonRelationships { /// Tags assigned to the entity the relationships belong to public JsonTags Tags; } } // namespace Nuclex.Networking.Gallery3.Responses