View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1SearchLinksResponse (google_api_data_lineage v0.3.2)

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 as page_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

t()

@type t() ::
  %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1SearchLinksResponse{
    links:
      [GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Link.t()]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.