Request

Response

    Class Hubs

    Namespace: Autodesk.DataManagement.Model
    Assembly: Autodesk.DataManagement.dll

    Successful retrieval of the hubs collection.

    [DataContract]
    public class Hubs
    

    Inheritance

    object Hubs

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    Hubs()

    Initializes a new instance of the class.

    public Hubs()
    

    Properties

    Data

    An array of objects where each object represents a hub.

    [DataMember(Name = "data", EmitDefaultValue = false)]
    public List<HubData> Data { get; set; }
    

    Property Value

    List <HubData >

    Jsonapi

    Gets or Sets Jsonapi

    [DataMember(Name = "jsonapi", EmitDefaultValue = false)]
    public JsonApiVersion Jsonapi { get; set; }
    

    Property Value

    JsonApiVersion

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.