GoogleCloudNetworksecurityV1GrpcEndpoint.fromJson constructor

GoogleCloudNetworksecurityV1GrpcEndpoint.fromJson(
  1. Map json_
)

Implementation

GoogleCloudNetworksecurityV1GrpcEndpoint.fromJson(core.Map json_)
    : this(
        targetUri: json_['targetUri'] as core.String?,
      );