solution = [ ]; } /** * Constructs a UserContext * * @param string $sid The SID of the User resource to fetch. This value can be either the `sid` or the `identity` 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]'; } }