QueryInsightsInstanceConfig.fromJson constructor

QueryInsightsInstanceConfig.fromJson(
  1. Map json_
)

Implementation

QueryInsightsInstanceConfig.fromJson(core.Map json_)
  : this(
      queryPlansPerMinute: json_['queryPlansPerMinute'] as core.int?,
      queryStringLength: json_['queryStringLength'] as core.int?,
      recordApplicationTags: json_['recordApplicationTags'] as core.bool?,
      recordClientAddress: json_['recordClientAddress'] as core.bool?,
    );