GoogleAdsSearchads360V23ResourcesCustomColumn constructor

GoogleAdsSearchads360V23ResourcesCustomColumn({
  1. String? description,
  2. String? id,
  3. String? name,
  4. bool? queryable,
  5. List<String>? referencedSystemColumns,
  6. bool? referencesAttributes,
  7. bool? referencesMetrics,
  8. String? renderType,
  9. String? resourceName,
  10. String? valueType,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomColumn({
  this.description,
  this.id,
  this.name,
  this.queryable,
  this.referencedSystemColumns,
  this.referencesAttributes,
  this.referencesMetrics,
  this.renderType,
  this.resourceName,
  this.valueType,
});