GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact constructor

GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact({
  1. String? amountMicros,
  2. String? expirationDateTime,
  3. GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly? insuranceDocumentReadonly,
  4. String? rejectionReason,
})

Implementation

GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact({
  this.amountMicros,
  this.expirationDateTime,
  this.insuranceDocumentReadonly,
  this.rejectionReason,
});