ManagedZoneCloudLoggingConfig.fromJson constructor
ManagedZoneCloudLoggingConfig.fromJson(
- Map json_
Implementation
ManagedZoneCloudLoggingConfig.fromJson(core.Map json_)
: this(
enableLogging: json_['enableLogging'] as core.bool?,
kind: json_['kind'] as core.String?,
);