BackendRule constructor

BackendRule({
  1. String? address,
  2. double? deadline,
  3. bool? disableAuth,
  4. String? jwtAudience,
  5. double? minDeadline,
  6. double? operationDeadline,
  7. Map<String, BackendRule>? overridesByRequestProtocol,
  8. String? pathTranslation,
  9. String? protocol,
  10. String? selector,
})

Implementation

BackendRule({
  this.address,
  this.deadline,
  this.disableAuth,
  this.jwtAudience,
  this.minDeadline,
  this.operationDeadline,
  this.overridesByRequestProtocol,
  this.pathTranslation,
  this.protocol,
  this.selector,
});