GoogleCloudApigeeV1SchemaSchemaProperty constructor

GoogleCloudApigeeV1SchemaSchemaProperty({
  1. String? createTime,
  2. String? custom,
  3. String? type,
})

Implementation

GoogleCloudApigeeV1SchemaSchemaProperty({
  this.createTime,
  this.custom,
  this.type,
});