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