contacts property

contacts property

Gets or sets information about the person or organisation which can provide further background information on the object.

Definition:

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

See Also