Request

Response

    Class ListRefsRelationships

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

    Contains the list of versions that were checked.

    [DataContract]
    public class ListRefsRelationships
    

    Inheritance

    object ListRefsRelationships

    Inherited Members

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

    Constructors

    ListRefsRelationships()

    Initializes a new instance of the class.

    public ListRefsRelationships()
    

    Properties

    Resources

    Gets or Sets Resources

    [DataMember(Name = "resources", EmitDefaultValue = false)]
    public ListRefsRelationshipsResources Resources { get; set; }
    

    Property Value

    ListRefsRelationshipsResources

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.