GoogleCloudIntegrationsV1alphaIntegrationAlertConfigThresholdValue.fromJson constructor
GoogleCloudIntegrationsV1alphaIntegrationAlertConfigThresholdValue.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaIntegrationAlertConfigThresholdValue.fromJson(
core.Map json_)
: this(
absolute: json_['absolute'] as core.String?,
percentage: json_['percentage'] as core.int?,
);