destinations property

destinations property

Gets or sets an array of destinations.

Definition:

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

See Also