GoogleCloudApigeeV1Schema constructor

GoogleCloudApigeeV1Schema({
  1. List<GoogleCloudApigeeV1SchemaSchemaElement>? dimensions,
  2. List<String>? meta,
  3. List<GoogleCloudApigeeV1SchemaSchemaElement>? metrics,
})

Implementation

GoogleCloudApigeeV1Schema({
  this.dimensions,
  this.meta,
  this.metrics,
});