RuntimeAccessConfig constructor

RuntimeAccessConfig({
  1. String? accessType,
  2. String? proxyUri,
  3. String? runtimeOwner,
})

Implementation

RuntimeAccessConfig({
  this.accessType,
  this.proxyUri,
  this.runtimeOwner,
});