GoogleCloudApigeeV1SchemaSchemaElement constructor

GoogleCloudApigeeV1SchemaSchemaElement({
  1. String? name,
  2. GoogleCloudApigeeV1SchemaSchemaProperty? properties,
})

Implementation

GoogleCloudApigeeV1SchemaSchemaElement({
  this.name,
  this.properties,
});