GoogleAdsSearchads360V23ResourcesAccountLink constructor

GoogleAdsSearchads360V23ResourcesAccountLink({
  1. String? accountLinkId,
  2. String? resourceName,
  3. String? status,
  4. GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier? thirdPartyAppAnalytics,
  5. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesAccountLink({
  this.accountLinkId,
  this.resourceName,
  this.status,
  this.thirdPartyAppAnalytics,
  this.type,
});