GoogleCloudApigeeV1TraceConfigOtelMtlsConfig constructor

GoogleCloudApigeeV1TraceConfigOtelMtlsConfig({
  1. String? keyAlias,
  2. String? keyStore,
  3. String? trustStore,
})

Implementation

GoogleCloudApigeeV1TraceConfigOtelMtlsConfig({
  this.keyAlias,
  this.keyStore,
  this.trustStore,
});