GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact constructor
GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact({
- String? checkId,
- GoogleAdsSearchads360V23ResourcesBusinessRegistrationDocument? registrationDocument,
- GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber? registrationNumber,
- String? registrationType,
- String? rejectionReason,
Implementation
GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact({
this.checkId,
this.registrationDocument,
this.registrationNumber,
this.registrationType,
this.rejectionReason,
});