GoogleCloudApihubV1DiscoveredApiOperation class

DiscoveredApiOperation represents an API Operation observed in one of the sources.

Constructors

GoogleCloudApihubV1DiscoveredApiOperation.new({String? classification, String? count, String? createTime, String? firstSeenTime, GoogleCloudApihubV1HttpOperationDetails? httpOperation, String? lastSeenTime, List<GoogleCloudApihubV1MatchResult>? matchResults, String? name, GoogleCloudApihubV1SourceMetadata? sourceMetadata, String? updateTime})
GoogleCloudApihubV1DiscoveredApiOperation.fromJson(Map json_)

Properties

classification String?
The classification of the discovered API operation.
getter/setter pair
count String?
The number of occurrences of this API Operation.
getter/setter pair
createTime String?
Create time stamp of the discovered API operation in API Hub.
getter/setter pair
firstSeenTime String?
First seen time stamp
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpOperation GoogleCloudApihubV1HttpOperationDetails?
An HTTP Operation.
getter/setter pair
lastSeenTime String?
Last seen time stamp
getter/setter pair
matchResults List<GoogleCloudApihubV1MatchResult>?
The list of matched results for the discovered API operation.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceMetadata GoogleCloudApihubV1SourceMetadata?
The metadata of the source from which the api operation was collected.
getter/setter pair
updateTime String?
Update time stamp of the discovered API operation in API Hub.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited