WebPropertyRef constructor

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

Implementation

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