GoogleIdentityAccesscontextmanagerV1AccessLevel constructor
GoogleIdentityAccesscontextmanagerV1AccessLevel({
- GoogleIdentityAccesscontextmanagerV1BasicLevel? basic,
- GoogleIdentityAccesscontextmanagerV1CustomLevel? custom,
- String? description,
- String? name,
- String? title,
Implementation
GoogleIdentityAccesscontextmanagerV1AccessLevel({
this.basic,
this.custom,
this.description,
this.name,
this.title,
});