Request

Response

    Class ItemPayloadDataRelationshipsTip

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

    Information about the first version of the new item, which will be its tip version.

    [DataContract]
    public class ItemPayloadDataRelationshipsTip
    

    Inheritance

    object ItemPayloadDataRelationshipsTip

    Inherited Members

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

    Constructors

    ItemPayloadDataRelationshipsTip()

    Initializes a new instance of the class.

    public ItemPayloadDataRelationshipsTip()
    

    Properties

    Data

    Gets or Sets Data

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

    Property Value

    ItemPayloadDataRelationshipsTipData

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.