$AccessPolicy constructor

$AccessPolicy({
  1. String? etag,
  2. String? name,
  3. String? parent,
  4. List<String>? scopes,
  5. String? title,
})

Implementation

$AccessPolicy({this.etag, this.name, this.parent, this.scopes, this.title});