Request

Response

    Class FolderRefs

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

    FolderRefs

    [DataContract]
    public class FolderRefs
    

    Inheritance

    object FolderRefs

    Inherited Members

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

    Constructors

    FolderRefs()

    Initializes a new instance of the class.

    public FolderRefs()
    

    Properties

    Data

    An array of objects, where each object represents a folder, item, or version.

    [DataMember(Name = "data", EmitDefaultValue = false)]
    [JsonConverter(typeof(FolderRefsDataConverter))]
    public List<IFolderRefsData> Data { get; set; }
    

    Property Value

    List <IFolderRefsData >

    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.