publishers property
publishers property
Gets or sets an array of publishers made the resource available.
Remarks
Examples of a publisher include a person, an organization, or a service. Typically, the name of a publisher should be used to indicate the entity.
Definition:
@property
def publishers(self):
...
@publishers.setter
def publishers(self, value):
...