GoogleIdentityAccesscontextmanagerV1AccessLevel constructor

GoogleIdentityAccesscontextmanagerV1AccessLevel({
  1. GoogleIdentityAccesscontextmanagerV1BasicLevel? basic,
  2. GoogleIdentityAccesscontextmanagerV1CustomLevel? custom,
  3. String? description,
  4. String? name,
  5. String? title,
})

Implementation

GoogleIdentityAccesscontextmanagerV1AccessLevel({
  this.basic,
  this.custom,
  this.description,
  this.name,
  this.title,
});