GoogleAdsSearchads360V23ResourcesSearchAds360Field constructor

GoogleAdsSearchads360V23ResourcesSearchAds360Field({
  1. List<String>? attributeResources,
  2. String? category,
  3. String? dataType,
  4. List<String>? enumValues,
  5. bool? filterable,
  6. bool? isRepeated,
  7. List<String>? metrics,
  8. String? name,
  9. String? resourceName,
  10. List<String>? segments,
  11. bool? selectable,
  12. List<String>? selectableWith,
  13. bool? sortable,
  14. String? typeUrl,
})

Implementation

GoogleAdsSearchads360V23ResourcesSearchAds360Field({
  this.attributeResources,
  this.category,
  this.dataType,
  this.enumValues,
  this.filterable,
  this.isRepeated,
  this.metrics,
  this.name,
  this.resourceName,
  this.segments,
  this.selectable,
  this.selectableWith,
  this.sortable,
  this.typeUrl,
});