GoogleCloudApigeeV1AnalyticsConfig constructor

GoogleCloudApigeeV1AnalyticsConfig({
  1. bool? enabled,
  2. String? expireTimeMillis,
  3. String? state,
  4. String? updateTime,
})

Implementation

GoogleCloudApigeeV1AnalyticsConfig({
  this.enabled,
  this.expireTimeMillis,
  this.state,
  this.updateTime,
});