MetadataItem constructor

On this page

init

Initializes a new instance of the MetadataItem class.

def __init__(self, name, value):
    ...
Parameter Type Description
name System.String The name of the metadata item.
value System.String The value of the metadata item.

See Also

On this page