rights property

rights property

Gets or sets an array of the informal rights statements, given in various languages.

Remarks

Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.

Definition:

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

See Also