LTSConfig constructor

LTSConfig({
  1. String? region,
  2. String? projectId,
  3. String? groupId,
  4. String? streamId,
  5. String? accessKey,
  6. String? secretKey,
})

Implementation

LTSConfig(
    {this.region,
    this.projectId,
    this.groupId,
    this.streamId,
    this.accessKey,
    this.secretKey});