GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact constructor

GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact({
  1. String? checkId,
  2. GoogleAdsSearchads360V23ResourcesBusinessRegistrationDocument? registrationDocument,
  3. GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber? registrationNumber,
  4. String? registrationType,
  5. String? rejectionReason,
})

Implementation

GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact({
  this.checkId,
  this.registrationDocument,
  this.registrationNumber,
  this.registrationType,
  this.rejectionReason,
});