GoogleCloudApigeeV1RuntimeTraceConfigOtelMtlsConfig constructor

GoogleCloudApigeeV1RuntimeTraceConfigOtelMtlsConfig({
  1. String? keyAlias,
  2. GoogleCloudApigeeV1KeyAliasReference? keyAliasReference,
  3. String? trustStore,
})

Implementation

GoogleCloudApigeeV1RuntimeTraceConfigOtelMtlsConfig({
  this.keyAlias,
  this.keyAliasReference,
  this.trustStore,
});