GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig.fromJson constructor

GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig.fromJson(
  1. Map json_
)

Implementation

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