author property

author property

Gets or sets the author of this asset

Definition:

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

See Also