GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact.fromJson constructor

GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact.fromJson(
  core.Map json_,
) : this(
      caseUrl: json_['caseUrl'] as core.String?,
      finalAdjudicationDateTime:
          json_['finalAdjudicationDateTime'] as core.String?,
    );