StringValue constructor

init

Creates a new instance.

def __init__(self, value):
    ...
ParameterTypeDescription
valuestrA string value.

See Also