GoogleAdsSearchads360V23ResourcesLocalServicesVerificationArtifact constructor

GoogleAdsSearchads360V23ResourcesLocalServicesVerificationArtifact({
  1. String? artifactType,
  2. GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact? backgroundCheckVerificationArtifact,
  3. GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact? businessRegistrationCheckVerificationArtifact,
  4. String? creationDateTime,
  5. String? id,
  6. GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact? insuranceVerificationArtifact,
  7. GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact? licenseVerificationArtifact,
  8. String? resourceName,
  9. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesLocalServicesVerificationArtifact({
  this.artifactType,
  this.backgroundCheckVerificationArtifact,
  this.businessRegistrationCheckVerificationArtifact,
  this.creationDateTime,
  this.id,
  this.insuranceVerificationArtifact,
  this.licenseVerificationArtifact,
  this.resourceName,
  this.status,
});