revision_author_name property

revision_author_name property

Gets or sets revision author name. Enabled if not null.

Definition:

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

See Also