GoogleCloudApihubV1ExternalApi constructor

GoogleCloudApihubV1ExternalApi({
  1. Map<String, GoogleCloudApihubV1AttributeValues>? attributes,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. GoogleCloudApihubV1Documentation? documentation,
  6. List<String>? endpoints,
  7. String? name,
  8. List<String>? paths,
  9. String? updateTime,
})

Implementation

GoogleCloudApihubV1ExternalApi({
  this.attributes,
  this.createTime,
  this.description,
  this.displayName,
  this.documentation,
  this.endpoints,
  this.name,
  this.paths,
  this.updateTime,
});