Request

Response

    Class ModifyFolderPayloadDataRelationships

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

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

    [DataContract]
    public class ModifyFolderPayloadDataRelationships
    

    Inheritance

    object ModifyFolderPayloadDataRelationships

    Inherited Members

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

    Constructors

    ModifyFolderPayloadDataRelationships()

    Initializes a new instance of the class.

    public ModifyFolderPayloadDataRelationships()
    

    Properties

    Parent

    Gets or Sets Parent

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

    Property Value

    ModifyFolderPayloadDataRelationshipsParent

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.