Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 977 Bytes

QuantityAssignmentDto.md

File metadata and controls

13 lines (9 loc) · 977 Bytes

QuantityAssignmentDto

Properties

Name Type Description Notes
id string Elements GUID identifier.
quantity float The total quantity in this quantity assignment
project_catalogues \Dangl\AVACloud\Model\CatalogueDto[] These are Catalogue that are used within this ServiceSpecification. Catalogue references are used to describe catalogues, or collections, that can be used to describe elements with commonly known properties. For example, QuantityAssignments use these to categorize themselves. [optional]
catalogue_references \Dangl\AVACloud\Model\CatalogueReferenceDto[] Referenced catalogues for this QuantityAssignment. [optional]

[Back to Model list] [Back to API list] [Back to README]