RuntimeConfig constructor

RuntimeConfig({
  1. String? conndSubscription,
  2. String? conndTopic,
  3. String? controlPlaneSubscription,
  4. String? controlPlaneTopic,
  5. String? locationId,
  6. String? name,
  7. String? runtimeEndpoint,
  8. String? schemaGcsBucket,
  9. String? serviceDirectory,
  10. String? state,
})

Implementation

RuntimeConfig({
  this.conndSubscription,
  this.conndTopic,
  this.controlPlaneSubscription,
  this.controlPlaneTopic,
  this.locationId,
  this.name,
  this.runtimeEndpoint,
  this.schemaGcsBucket,
  this.serviceDirectory,
  this.state,
});