Creates an Edit.
This class should be extended by another class and makeEdits should be overridden.
makeEdits
class Promote extends Edit { constructor(client: JWT, editParams: IEditParams) { super(client, editParams) } public async makeEdits { // make edits here! }}
JWT auth client for AndroidPublisher
ID of the edit.
AndroidPublisher instance
This method should be overridden to make your own changes.
Run the edit
Generated using TypeDoc
Creates an Edit.
This class should be extended by another class and
makeEdits
should be overridden.