GetQueryLoggingConfigResponse constructor

GetQueryLoggingConfigResponse({
  1. required QueryLoggingConfig queryLoggingConfig,
})

Implementation

GetQueryLoggingConfigResponse({
  required this.queryLoggingConfig,
});