# VyMetadataDto

## Properties

| Field           | Type                                                                                                               | Description | Required |
| --------------- | ------------------------------------------------------------------------------------------------------------------ | ----------- | -------- |
| Name            | string                                                                                                             |             | ✗        |
| Description     | string                                                                                                             |             | ✗        |
| Symbol          | string                                                                                                             |             | ✗        |
| Image           | string                                                                                                             |             | ✗        |
| ImagePreview    | string                                                                                                             |             | ✗        |
| ImageThumbnail  | string                                                                                                             |             | ✗        |
| BackgroundColor | string                                                                                                             |             | ✗        |
| ExternalUrl     | string                                                                                                             |             | ✗        |
| YoutubeUrl      | string                                                                                                             |             | ✗        |
| AnimationUrls   | [VyTypeValueDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/shared/vytypevaluedto)              |             | ✗        |
| Attributes      | [VyAttributeDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/shared/vyattributedto)              |             | ✗        |
| Contract        | [VyMetadataContractDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vymetadatacontractdto) |             | ✗        |
| Fungible        | bool                                                                                                               |             | ✗        |

## References

**Schema**

* [VyMetadataDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vymetadatadto)
