GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig constructor

GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig({
  1. List<String>? allowedClientHeaders,
  2. bool? clientIp,
  3. GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders? contextualHeaders,
  4. String? gatewayIdentity,
  5. Map<String, String>? metadataHeaders,
})

Implementation

GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig({
  this.allowedClientHeaders,
  this.clientIp,
  this.contextualHeaders,
  this.gatewayIdentity,
  this.metadataHeaders,
});