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