GoogleIdentityAccesscontextmanagerV1BasicLevel constructor

GoogleIdentityAccesscontextmanagerV1BasicLevel({
  1. String? combiningFunction,
  2. List<GoogleIdentityAccesscontextmanagerV1Condition>? conditions,
})

Implementation

GoogleIdentityAccesscontextmanagerV1BasicLevel({
  this.combiningFunction,
  this.conditions,
});