GoogleCloudApihubV1AdditionalSpecContent constructor

GoogleCloudApihubV1AdditionalSpecContent({
  1. String? createTime,
  2. Map<String, String>? labels,
  3. String? specContentType,
  4. GoogleCloudApihubV1SpecContents? specContents,
  5. String? updateTime,
})

Implementation

GoogleCloudApihubV1AdditionalSpecContent({
  this.createTime,
  this.labels,
  this.specContentType,
  this.specContents,
  this.updateTime,
});