MetadataItem Class 
Specify the name and value of custom metadata item.
Constructor
MetadataItem(*, name: MutableMapping[str, Any] | None = None, value: MutableMapping[str, Any] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| name | 
				<xref:JSON>
		 Metadata item key name. Type: string (or Expression with resultType string). Default value: None | 
| value | 
				<xref:JSON>
		 Metadata item value. Type: string (or Expression with resultType string). Default value: None | 
Variables
| Name | Description | 
|---|---|
| name | 
				<xref:JSON>
		 Metadata item key name. Type: string (or Expression with resultType string). | 
| value | 
				<xref:JSON>
		 Metadata item value. Type: string (or Expression with resultType string). |