Bot constructor
Bot({})
Implementation
Bot({
this.botEmail,
this.botId,
this.botType,
this.createdTimestamp,
this.disabled,
this.displayName,
this.securityToken,
this.updatedTimestamp,
this.userId,
});