# OH_NativeBundle_Metadata ## Overview The struct describes metadata information. **Since**: 20 **Related module**: [bundle](_bundle.md) **Header file**: [native_interface_bundle.h](native__interface__bundle.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | [name](#name) | Name of the metadata.| | [value](#value) | Value of the metadata.| | [resource](#resource) | Resource linked to the metadata.| ## Member Variable Description ### name ``` char* OH_NativeBundle_Metadata::name ``` **Description** Name of the metadata. **Since**: 20 ### value ``` char* OH_NativeBundle_Metadata::value ``` **Description** Value of the metadata. **Since**: 20 ### resource ``` char* OH_NativeBundle_Metadata::resource ``` **Description** Resource linked to the metadata. **Since**: 20