Property constructor

Property({
  1. String? etag,
  2. String? key,
  3. String? kind,
  4. String? selfLink,
  5. String? value,
  6. String? visibility,
})

Implementation

Property({
  this.etag,
  this.key,
  this.kind,
  this.selfLink,
  this.value,
  this.visibility,
});