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