GoogleCloudApigeeV1AdvancedApiOpsConfig.fromJson constructor

GoogleCloudApigeeV1AdvancedApiOpsConfig.fromJson(
  1. Map json_
)

Implementation

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