github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.15.0/430-features.md (about)

     1  * Added types `types.MetadataStringValue`, `types.MetadataNumberValue`, `types.MetadataDateTimeValue` and `types.MetadataBooleanValue` 
     2    for adding different kind of metadata to entities [GH-430]
     3  * Added support to set, get and delete metadata to AdminCatalog with the methods 
     4    `AdminCatalog.AddMetadataEntry`, `AdminCatalog.AddMetadataEntryAsync`, `AdminCatalog.GetMetadata`, 
     5    `AdminCatalog.DeleteMetadataEntry` and `AdminCatalog.DeleteMetadataEntryAsync`. [GH-430]
     6  * Added support to get metadata from Catalog with method `Catalog.GetMetadata` [GH-430]
     7  * Added to *VM* and *VApp* the methods `DeleteMetadataEntry`, `DeleteMetadataEntryAsync`, `AddMetadataEntry` and `AddMetadataEntryAsync`
     8    so it follows the same convention as the rest of entities that uses metadata. [GH-430]