GoogleCloudIdentitytoolkitAdminV2MonitoringConfig.fromJson constructor
GoogleCloudIdentitytoolkitAdminV2MonitoringConfig.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitAdminV2MonitoringConfig.fromJson(core.Map json_)
: this(
requestLogging: json_.containsKey('requestLogging')
? GoogleCloudIdentitytoolkitAdminV2RequestLogging.fromJson(
json_['requestLogging']
as core.Map<core.String, core.dynamic>)
: null,
);