subject property

subject property

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

Definition:

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

See Also