GoogleAdsSearchads360V23ResourcesMobileDeviceConstant constructor

GoogleAdsSearchads360V23ResourcesMobileDeviceConstant({
  1. String? id,
  2. String? manufacturerName,
  3. String? name,
  4. String? operatingSystemName,
  5. String? resourceName,
  6. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesMobileDeviceConstant({
  this.id,
  this.manufacturerName,
  this.name,
  this.operatingSystemName,
  this.resourceName,
  this.type,
});