contributor property

contributor property

Gets or sets an entity responsible for making contributions to the resource.

Definition:

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

See Also