$AdPolicyTopicEvidenceDestinationNotWorking.fromJson constructor
$AdPolicyTopicEvidenceDestinationNotWorking.fromJson(
- Map json_
Implementation
$AdPolicyTopicEvidenceDestinationNotWorking.fromJson(core.Map json_)
: this(
device: json_['device'] as core.String?,
dnsErrorType: json_['dnsErrorType'] as core.String?,
expandedUri: json_['expandedUri'] as core.String?,
httpErrorCode: json_['httpErrorCode'] as core.String?,
lastCheckedTime: json_['lastCheckedTime'] as core.String?,
);