GoogleCloudApihubV1DiscoveredApiObservation constructor
GoogleCloudApihubV1DiscoveredApiObservation({
- String? apiOperationCount,
- String? createTime,
- String? hostname,
- String? knownOperationsCount,
- String? lastEventDetectedTime,
- String? name,
- String? origin,
- List<
String> ? serverIps, - List<
String> ? sourceLocations, - GoogleCloudApihubV1SourceMetadata? sourceMetadata,
- List<
String> ? sourceTypes, - String? style,
- String? unknownOperationsCount,
- 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,
});