contents property

contents property

Contents of sticker to be verified. Value will not be verified if equals empty string or null.

Definition:

@property
def contents(self):
    ...
@contents.setter
def contents(self, value):
    ...

See Also