GoogleCloudIntegrationsV1alphaCloudLoggingDetails.fromJson constructor
GoogleCloudIntegrationsV1alphaCloudLoggingDetails.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaCloudLoggingDetails.fromJson(core.Map json_)
: this(
cloudLoggingSeverity: json_['cloudLoggingSeverity'] as core.String?,
enableCloudLogging: json_['enableCloudLogging'] as core.bool?,
);