GoogleAdsSearchads360V23ResourcesCustomerAssetSet constructor

GoogleAdsSearchads360V23ResourcesCustomerAssetSet({
  1. String? assetSet,
  2. String? customer,
  3. String? resourceName,
  4. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomerAssetSet({
  this.assetSet,
  this.customer,
  this.resourceName,
  this.status,
});