GoogleCloudApihubV1DiscoveredApiObservation constructor

GoogleCloudApihubV1DiscoveredApiObservation({
  1. String? apiOperationCount,
  2. String? createTime,
  3. String? hostname,
  4. String? knownOperationsCount,
  5. String? lastEventDetectedTime,
  6. String? name,
  7. String? origin,
  8. List<String>? serverIps,
  9. List<String>? sourceLocations,
  10. GoogleCloudApihubV1SourceMetadata? sourceMetadata,
  11. List<String>? sourceTypes,
  12. String? style,
  13. String? unknownOperationsCount,
  14. String? updateTime,
})

Implementation

GoogleCloudApihubV1DiscoveredApiObservation({
  this.apiOperationCount,
  this.createTime,
  this.hostname,
  this.knownOperationsCount,
  this.lastEventDetectedTime,
  this.name,
  this.origin,
  this.serverIps,
  this.sourceLocations,
  this.sourceMetadata,
  this.sourceTypes,
  this.style,
  this.unknownOperationsCount,
  this.updateTime,
});