ContainerLogConfig constructor

const ContainerLogConfig({
  1. String? type,
  2. Map<String, String>? config,
})

Creates a ContainerLogConfig with the given fields.

Implementation

const ContainerLogConfig({this.type, this.config});