GoogleAdsSearchads360V23ResourcesCurrencyConstant constructor

GoogleAdsSearchads360V23ResourcesCurrencyConstant({
  1. String? billableUnitMicros,
  2. String? code,
  3. String? name,
  4. String? resourceName,
  5. String? symbol,
})

Implementation

GoogleAdsSearchads360V23ResourcesCurrencyConstant({
  this.billableUnitMicros,
  this.code,
  this.name,
  this.resourceName,
  this.symbol,
});