PatchTargetHttpProxyRequest constructor

PatchTargetHttpProxyRequest({
  1. required String project,
  2. String? requestId,
  3. required String targetHttpProxy,
  4. required TargetHttpProxy? targetHttpProxyResource,
})

Implementation

PatchTargetHttpProxyRequest({
  required this.project,
  this.requestId,
  required this.targetHttpProxy,
  required this.targetHttpProxyResource,
}) : super(fullyQualifiedName);