Request

Response

    Class VersionDataRelationshipsDerivatives

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

    Contains information you can use to retrieve the derivatives of this version.

    [DataContract]
    public class VersionDataRelationshipsDerivatives
    

    Inheritance

    object VersionDataRelationshipsDerivatives

    Inherited Members

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

    Constructors

    VersionDataRelationshipsDerivatives()

    Initializes a new instance of the class.

    public VersionDataRelationshipsDerivatives()
    

    Properties

    Data

    Gets or Sets Data

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

    Property Value

    JsonApiTypeId

    Meta

    Gets or Sets Meta

    [DataMember(Name = "meta", EmitDefaultValue = false)]
    public JsonApiMetaLink Meta { get; set; }
    

    Property Value

    JsonApiMetaLink

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.