userAgent property
UserAgent contains information about the user agent used to create the session. This can include information such as the IP address, browser type, and operating system and a fingerprint id. This can be used to identify and filter sessions based on the user agent.
Implementation
@$pb.TagNumber(7)
UserAgent get userAgent => $_getN(6);
Implementation
@$pb.TagNumber(7)
set userAgent(UserAgent value) => $_setField(7, value);