View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SearchEntriesResult (google_api_dataplex v0.9.0)
A single result of a SearchEntries request.
Attributes
-
dataplexEntry
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Entry.t
, default:nil
) - Entry format of the result. -
description
(type:String.t
, default:nil
) - Entry description. -
displayName
(type:String.t
, default:nil
) - Display name. -
entry
(type:String.t
, default:nil
) - Resource name of the entry. -
entryType
(type:String.t
, default:nil
) - The entry type. -
fullyQualifiedName
(type:String.t
, default:nil
) - Fully qualified name. -
linkedResource
(type:String.t
, default:nil
) - Linked resource name. -
modifyTime
(type:DateTime.t
, default:nil
) - The last modification timestamp. -
relativeResource
(type:String.t
, default:nil
) - Relative resource name. -
snippets
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SearchEntriesResultSnippets.t
, default:nil
) - Snippets.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SearchEntriesResult{ dataplexEntry: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Entry.t() | nil, description: String.t() | nil, displayName: String.t() | nil, entry: String.t() | nil, entryType: String.t() | nil, fullyQualifiedName: String.t() | nil, linkedResource: String.t() | nil, modifyTime: DateTime.t() | nil, relativeResource: String.t() | nil, snippets: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SearchEntriesResultSnippets.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.