FVyCollectionDto
A data transfer object representing a collection
Properties
Field | Type | Description |
---|---|---|
publicIdentifier | FString | The public identifier of the collection |
name | FString | The name of the collection |
verified | bool | Indicates if the collection is verified |
premium | bool | Indicates if the collection is premium |
contracts | The contracts associated with the collection | |
banner | FString | The banner image URL of the collection |
logo | FString | The logo image URL of the collection |
description | FString | The description of the collection |
source | The source of the collection | |
collectionUrl | FString | The URL of the collection |
socials | The social media accounts associated with the collection | |
categories | TArray<FString> | The categories of the collection |
stats | The statistics of the collection | |
numberOfItems | int | The number of items in the collection |
Last updated