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