descriptions property

descriptions property

Gets or sets an array of textual descriptions of the content of the resource, given in various languages.

Definition:

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

See Also