Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 982 Bytes

CollectionLinkDto.md

File metadata and controls

25 lines (13 loc) · 982 Bytes

CollectionLinkDto

Properties

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

Enum: CollectionLinkDtoStatusEnum

  • Pending (value: 'PENDING')

  • Completed (value: 'COMPLETED')

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