/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/FrontlineApi/V1
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/FrontlineApi/V1/UserList.php (1086B)
solution = [];
}
/**
* Constructs a UserContext
*
* @param string $sid The SID of the User resource to fetch
*/
public function getContext(string $sid): UserContext {
return new UserContext($this->version, $sid);
}
/**
* Provide a friendly representation
*
* @return string Machine friendly representation
*/
public function __toString(): string {
return '[Twilio.FrontlineApi.V1.UserList]';
}
}