GoogleAdsSearchads360V23ResourcesAssetSet constructor

GoogleAdsSearchads360V23ResourcesAssetSet({
  1. GoogleAdsSearchads360V23CommonBusinessProfileLocationGroup? businessProfileLocationGroup,
  2. GoogleAdsSearchads360V23CommonChainLocationGroup? chainLocationGroup,
  3. GoogleAdsSearchads360V23ResourcesAssetSetHotelPropertyData? hotelPropertyData,
  4. String? id,
  5. String? locationGroupParentAssetSetId,
  6. GoogleAdsSearchads360V23CommonLocationSet? locationSet,
  7. GoogleAdsSearchads360V23ResourcesAssetSetMerchantCenterFeed? merchantCenterFeed,
  8. String? name,
  9. String? resourceName,
  10. String? status,
  11. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesAssetSet({
  this.businessProfileLocationGroup,
  this.chainLocationGroup,
  this.hotelPropertyData,
  this.id,
  this.locationGroupParentAssetSetId,
  this.locationSet,
  this.merchantCenterFeed,
  this.name,
  this.resourceName,
  this.status,
  this.type,
});