CreateQueryLoggingConfigResponse constructor

CreateQueryLoggingConfigResponse({
  1. required String location,
  2. required QueryLoggingConfig queryLoggingConfig,
})

Implementation

CreateQueryLoggingConfigResponse({
  required this.location,
  required this.queryLoggingConfig,
});