Class ListItemsPayload
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
An object that contains the input data required to execute the ListItems command. The ListItems command retrieves metadata for up to 50 specified items. For example, an item name, or the date it was created. It also returns the tip (latest) version of the items.
[DataContract]
public class ListItemsPayload : ICommandPayloadData
Inheritance
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
ListItemsPayload()
Initializes a new instance of the
public ListItemsPayload()
Properties
Attributes
Gets or Sets Attributes
[DataMember(Name = "attributes", EmitDefaultValue = false)]
public ListItemsPayloadAttributes Attributes { get; set; }
Property Value
Relationships
Gets or Sets Relationships
[DataMember(Name = "relationships", EmitDefaultValue = false)]
public ListItemsPayloadRelationships Relationships { get; set; }
Property Value
Type
Gets or Sets Type
[DataMember(Name = "type", EmitDefaultValue = true)]
public TypeCommands Type { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.