access property
The file path for the access log. The value is a valid file path, such as "/var/log/Xray/access.log" (Linux) or "C:\Temp\Xray\_access.log" (Windows). When this item is not specified or is an empty value, the log is output to stdout.
Implementation
@JsonKey(name: 'access')
String? access;