GoogleCloudApigeeV1RuntimeAnalyticsConfig.fromJson constructor

GoogleCloudApigeeV1RuntimeAnalyticsConfig.fromJson(
  1. Map json_
)

Implementation

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