Request

Response

    Class ItemPayload

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

    Describe the item to be created.

    [DataContract]
    public class ItemPayload
    

    Inheritance

    object ItemPayload

    Inherited Members

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

    Constructors

    ItemPayload()

    Initializes a new instance of the class.

    public ItemPayload()
    

    Properties

    Data

    Gets or Sets Data

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

    Property Value

    ItemPayloadData

    Included

    An array of objects, where each object represents a version of the item to be created. In this case there will only be one element in the array.

    [DataMember(Name = "included", EmitDefaultValue = false)]
    public List<ItemPayloadIncluded> Included { get; set; }
    

    Property Value

    List <ItemPayloadIncluded >

    Jsonapi

    Gets or Sets Jsonapi

    [DataMember(Name = "jsonapi", EmitDefaultValue = false)]
    public JsonApiVersion Jsonapi { get; set; }
    

    Property Value

    JsonApiVersion

    Meta

    Gets or Sets Meta

    [DataMember(Name = "meta", EmitDefaultValue = false)]
    public MetaForWebhooks Meta { get; set; }
    

    Property Value

    MetaForWebhooks

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.