Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 737 Bytes

user_signature.md

File metadata and controls

25 lines (16 loc) · 737 Bytes

UserSignature

This class represents the Zoho CRM User.

Package /routes/user_signature

Constructors

Constructor Description
constructor(email) Creates a UserSignature class instance with the specified user email.

email

A String containing the CRM user email.

Methods

Method Description
email The getter method to get the user's email.

source