Request

Response

    Class Item

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

    An object that represents an item.

    [DataContract]
    public class Item
    

    Inheritance

    object Item

    Inherited Members

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

    Constructors

    Item()

    Initializes a new instance of the class.

    public Item()
    

    Properties

    Data

    Gets or Sets Data

    [DataMember(Name = "data", EmitDefaultValue = false)]
    public ItemData Data { get; set; }
    

    Property Value

    ItemData

    Included

    An object containing information about the tip version of this item.

    [DataMember(Name = "included", EmitDefaultValue = false)]
    public List<VersionData> Included { get; set; }
    

    Property Value

    List <VersionData >

    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.