Request

Response

    HubInfo class

    Hub Information

    public class HubInfo : IHubInfo
    

    Public Members

    namedescription
    HubInfo() The default constructor.
    HubId { get; set; } Hub Unique Identifier
    HubName { get; set; } Hub Name
    HubRegion { get; set; } Gets or sets the hub region.
    Link { get; set; } API Link to get projects in a Hub.

    See Also