GoogleAdsSearchads360V23ResourcesCustomerClientLink constructor

GoogleAdsSearchads360V23ResourcesCustomerClientLink({
  1. String? clientCustomer,
  2. bool? hidden,
  3. String? managerLinkId,
  4. String? resourceName,
  5. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomerClientLink({
  this.clientCustomer,
  this.hidden,
  this.managerLinkId,
  this.resourceName,
  this.status,
});