Request

Response

    Class BucketObjects

    Namespace: Autodesk.Oss.Model
    Assembly: Autodesk.Oss.dll

    An array where each element represents an object in the bucket.

    [DataContract]
    public class BucketObjects
    

    Inheritance

    object BucketObjects

    Inherited Members

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

    Constructors

    BucketObjects()

    Initializes a new instance of the class.

    public BucketObjects()
    

    Properties

    Items

    Gets or Sets Items

    [DataMember(Name = "items", EmitDefaultValue = false)]
    public List<ObjectDetails> Items { get; set; }
    

    Property Value

    List <ObjectDetails >

    Next

    The URL to be used to retrieve the next page of results, if available. It will be present only when there are more items to be retrieved after the current set.

    [DataMember(Name = "next", EmitDefaultValue = false)]
    public string Next { get; set; }
    

    Property Value

    string

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.