View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1SearchLinksResponse (google_api_data_lineage v0.2.0)
Response message for SearchLinks.
Attributes
-
links
(type:list(GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Link.t)
, default:nil
) - The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target). -
nextPageToken
(type:String.t
, default:nil
) - The token to specify aspage_token
in the subsequent call to get the next page. Omitted if there are no more pages in the response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1SearchLinksResponse{ links: [GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Link.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.