GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SearchEntriesResponse (google_api_dataplex v0.21.0)
View SourceAttributes
-
nextPageToken(type:String.t, default:nil) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
results(type:list(GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SearchEntriesResult.t), default:nil) - The results matching the search query. -
totalSize(type:integer(), default:nil) - The estimated total number of matching entries. This number isn't guaranteed to be accurate. -
unreachable(type:list(String.t), default:nil) - Locations that the service couldn't reach. Search results don't include data from these locations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SearchEntriesResponse{ nextPageToken: String.t() | nil, results: [GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SearchEntriesResult.t()] | nil, totalSize: integer() | nil, unreachable: [String.t()] | nil }