GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse.fromJson constructor
      
      GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse.fromJson(
    
    
- Map json_
 
Implementation
GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse.fromJson(
  core.Map json_,
) : this(
      currentStats:
          json_.containsKey('currentStats')
              ? GoogleCloudContactcenterinsightsV1IssueModelLabelStats.fromJson(
                json_['currentStats'] as core.Map<core.String, core.dynamic>,
              )
              : null,
    );