getLoggingOptions method
Gets the logging options.
NOTE: use of this command is not recommended. Use
GetV2LoggingOptions
instead.
May throw InternalException. May throw InvalidRequestException. May throw ServiceUnavailableException.
Implementation
Future<GetLoggingOptionsResponse> getLoggingOptions() async {
final response = await _protocol.send(
payload: null,
method: 'GET',
requestUri: '/loggingOptions',
exceptionFnMap: _exceptionFns,
);
return GetLoggingOptionsResponse.fromJson(response);
}