CreateQueryLoggingConfigResponse constructor
CreateQueryLoggingConfigResponse({
- required String location,
- required QueryLoggingConfig queryLoggingConfig,
Implementation
CreateQueryLoggingConfigResponse({
required this.location,
required this.queryLoggingConfig,
});