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