GoogleCloudContactcenterinsightsV1TuneQaScorecardRevisionRequest.fromJson constructor

GoogleCloudContactcenterinsightsV1TuneQaScorecardRevisionRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1TuneQaScorecardRevisionRequest.fromJson(
  core.Map json_,
) : this(
      filter: json_['filter'] as core.String?,
      validateOnly: json_['validateOnly'] as core.bool?,
    );