GoogleCloudApigeeV1Stats constructor

GoogleCloudApigeeV1Stats({
  1. List<GoogleCloudApigeeV1StatsEnvironmentStats>? environments,
  2. List<GoogleCloudApigeeV1StatsHostStats>? hosts,
  3. GoogleCloudApigeeV1Metadata? metaData,
})

Implementation

GoogleCloudApigeeV1Stats({
  this.environments,
  this.hosts,
  this.metaData,
});