Request

Response

    Class ItemDataRelationships

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

    Contains links to resources that are directly related to this item.

    [DataContract]
    public class ItemDataRelationships
    

    Inheritance

    object ItemDataRelationships

    Inherited Members

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

    Constructors

    ItemDataRelationships()

    Initializes a new instance of the class.

    public ItemDataRelationships()
    

    Properties

    Parent

    Gets or Sets Parent

    [DataMember(Name = "parent", EmitDefaultValue = false)]
    public JsonApiRelationshipsLinksFolderParent Parent { get; set; }
    

    Property Value

    JsonApiRelationshipsLinksFolderParent

    Refs

    Gets or Sets Refs

    [DataMember(Name = "refs", EmitDefaultValue = false)]
    public JsonApiRelationshipsLinksRefs Refs { get; set; }
    

    Property Value

    JsonApiRelationshipsLinksRefs

    Tip

    Gets or Sets Tip

    [DataMember(Name = "tip", EmitDefaultValue = false)]
    public JsonApiRelationshipsLinksToTipVersion Tip { get; set; }
    

    Property Value

    JsonApiRelationshipsLinksToTipVersion

    Versions

    Gets or Sets Versions

    [DataMember(Name = "versions", EmitDefaultValue = false)]
    public JsonApiRelationshipsLinksVersions Versions { get; set; }
    

    Property Value

    JsonApiRelationshipsLinksVersions

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.