FilterRef constructor

FilterRef({
  1. String? accountId,
  2. String? href,
  3. String? id,
  4. String? kind,
  5. String? name,
})

Implementation

FilterRef({
  this.accountId,
  this.href,
  this.id,
  this.kind,
  this.name,
});