GoogleIdentityAccesscontextmanagerV1ServicePattern constructor

GoogleIdentityAccesscontextmanagerV1ServicePattern({
  1. List<GoogleIdentityAccesscontextmanagerV1Modifier>? modifiers,
  2. String? pattern,
  3. String? service,
})

Implementation

GoogleIdentityAccesscontextmanagerV1ServicePattern({
  this.modifiers,
  this.pattern,
  this.service,
});