GoogleCloudApigeeV1ApiCategory constructor

GoogleCloudApigeeV1ApiCategory({
  1. String? id,
  2. String? name,
  3. String? siteId,
  4. String? updateTime,
})

Implementation

GoogleCloudApigeeV1ApiCategory({
  this.id,
  this.name,
  this.siteId,
  this.updateTime,
});