serverHttps property

  1. @JsonKey.new(name: 'serverHttps')
bool? serverHttps
final

日志服务器是否使用 HTTPS 协议: true : 使用 HTTPS 协议。 false : 使用 HTTP 协议。

Implementation

@JsonKey(name: 'serverHttps')
final bool? serverHttps;