GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig.fromJson constructor
GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig.fromJson(core.Map json_)
: this(
region: json_['region'] as core.String?,
subnet: json_['subnet'] as core.String?,
);