GoogleCloudIdentitytoolkitAdminV2RequestLogging.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2RequestLogging.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2RequestLogging.fromJson(core.Map json_)
  : this(enabled: json_['enabled'] as core.bool?);