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,
);