GoogleCloudContactcenterinsightsV1QueryMetrics.fromJson constructor

GoogleCloudContactcenterinsightsV1QueryMetrics.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1QueryMetrics.fromJson(core.Map json_)
  : this(
      request: json_.containsKey('request')
          ? json_['request'] as core.Map<core.String, core.dynamic>
          : null,
    );