GoogleCloudDatacatalogV1beta1SearchCatalogResult class

A result that appears in the response of a search request.

Each result captures details of one entry that matches the search.

Constructors

GoogleCloudDatacatalogV1beta1SearchCatalogResult({String? linkedResource, String? modifyTime, String? relativeResourceName, String? searchResultSubtype, String? searchResultType})
GoogleCloudDatacatalogV1beta1SearchCatalogResult.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
linkedResource String?
The full name of the cloud resource the entry belongs to.
getter/setter pair
modifyTime String?
Last-modified timestamp of the entry from the managing system.
getter/setter pair
relativeResourceName String?
The relative resource name of the resource in URL format.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchResultSubtype String?
Sub-type of the search result.
getter/setter pair
searchResultType String?
Type of the search result.
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