GoogleCloudAiplatformV1DnsPeeringConfig.fromJson constructor

GoogleCloudAiplatformV1DnsPeeringConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1DnsPeeringConfig.fromJson(core.Map json_)
  : this(
      domain: json_['domain'] as core.String?,
      targetNetwork: json_['targetNetwork'] as core.String?,
      targetProject: json_['targetProject'] as core.String?,
    );