GoogleAdsSearchads360V23CommonValue constructor

GoogleAdsSearchads360V23CommonValue({
  1. bool? booleanValue,
  2. double? doubleValue,
  3. double? floatValue,
  4. String? int64Value,
  5. String? stringValue,
})

Implementation

GoogleAdsSearchads360V23CommonValue({
  this.booleanValue,
  this.doubleValue,
  this.floatValue,
  this.int64Value,
  this.stringValue,
});