Request

Response

    Class Storage

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

    An object representing a storage location.

    [DataContract]
    public class Storage
    

    Inheritance

    object Storage

    Inherited Members

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

    Constructors

    Storage()

    Initializes a new instance of the class.

    public Storage()
    

    Properties

    Data

    Gets or Sets Data

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

    Property Value

    StorageData

    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.