PatchTargetHttpProxyRequest constructor
PatchTargetHttpProxyRequest({
- required String project,
- String? requestId,
- required String targetHttpProxy,
- required TargetHttpProxy? targetHttpProxyResource,
Implementation
PatchTargetHttpProxyRequest({
required this.project,
this.requestId,
required this.targetHttpProxy,
required this.targetHttpProxyResource,
}) : super(fullyQualifiedName);