GoogleCloudApigeeV1RuntimeAnalyticsConfig constructor

GoogleCloudApigeeV1RuntimeAnalyticsConfig({
  1. bool? billingPipelineEnabled,
  2. bool? enabled,
})

Implementation

GoogleCloudApigeeV1RuntimeAnalyticsConfig({
  this.billingPipelineEnabled,
  this.enabled,
});