GoogleCloudApigeeV1AccessLoggingConfig constructor

GoogleCloudApigeeV1AccessLoggingConfig({
  1. bool? enabled,
  2. String? filter,
})

Implementation

GoogleCloudApigeeV1AccessLoggingConfig({
  this.enabled,
  this.filter,
});