signature_id property

signature_id property

Unique value to distinct the signature. Use SignatureId to identify the preview options.

Definition:

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

See Also