Request

Response

    Class ListRefsRelationshipsResources

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

    Contains the list of versions that were checked.

    [DataContract]
    public class ListRefsRelationshipsResources
    

    Inheritance

    object ListRefsRelationshipsResources

    Inherited Members

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

    Constructors

    ListRefsRelationshipsResources()

    Initializes a new instance of the class.

    public ListRefsRelationshipsResources()
    

    Properties

    Data

    An array of objects, where each object represents a version that was checked.

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

    Property Value

    List <ListRefsRelationshipsResourcesData >

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.