MetadataItem Class

Specify the name and value of custom metadata item.

Inheritance
MetadataItem

Constructor

MetadataItem(*, name: Optional[Any] = None, value: Optional[Any] = None, **kwargs)

Variables

name
any

Metadata item key name. Type: string (or Expression with resultType string).

value
any

Metadata item value. Type: string (or Expression with resultType string).