GoogleCloudApihubV1GatewayPluginAddonConfig.fromJson constructor
GoogleCloudApihubV1GatewayPluginAddonConfig.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1GatewayPluginAddonConfig.fromJson(core.Map json_)
: this(
gatewayPluginConfigs: (json_['gatewayPluginConfigs'] as core.List?)
?.map(
(value) => GoogleCloudApihubV1GatewayPluginConfig.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);