1# OH_NativeBundle_Metadata 2 3## Overview 4 5The struct describes metadata information. 6 7**Since**: 20 8 9**Related module**: [bundle](_bundle.md) 10 11**Header file**: [native_interface_bundle.h](native__interface__bundle.md) 12 13## Summary 14 15### Member Variables 16 17| Name| Description| 18| -------- | -------- | 19| [name](#name) | Name of the metadata.| 20| [value](#value) | Value of the metadata.| 21| [resource](#resource) | Resource linked to the metadata.| 22 23## Member Variable Description 24 25### name 26 27``` 28char* OH_NativeBundle_Metadata::name 29``` 30 31**Description** 32 33Name of the metadata. 34 35**Since**: 20 36 37### value 38 39``` 40char* OH_NativeBundle_Metadata::value 41``` 42 43**Description** 44 45Value of the metadata. 46 47**Since**: 20 48 49### resource 50 51``` 52char* OH_NativeBundle_Metadata::resource 53``` 54 55**Description** 56 57Resource linked to the metadata. 58 59**Since**: 20 60