GoogleCloudAiplatformV1NetworkSpec.fromJson constructor

GoogleCloudAiplatformV1NetworkSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1NetworkSpec.fromJson(core.Map json_)
  : this(
      enableInternetAccess: json_['enableInternetAccess'] as core.bool?,
      network: json_['network'] as core.String?,
      subnetwork: json_['subnetwork'] as core.String?,
    );