Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 704 Bytes

CollectionLinkDto.md

File metadata and controls

26 lines (14 loc) · 704 Bytes

CollectionLinkDto

Properties

Name Type Description Notes
id String The collection id
status StatusEnum The collection status
type CollectionType
displayName String The display name of the collection. If was not provided, would be taken from the contract template [optional]
collectionMetadata CollectionMetadataDto The collection's metadata [optional]

Enum: StatusEnum

Name Value
PENDING "PENDING"
COMPLETED "COMPLETED"