View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesResponse (google_api_data_lineage v0.3.1)
Response message for BatchSearchLinkProcesses.
Attributes
-
nextPageToken(type:String.t, default:nil) - The token to specify aspage_tokenin the subsequent call to get the next page. Omitted if there are no more pages in the response. -
processLinks(type:list(GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ProcessLinks.t), default:nil) - An array of processes associated with the specified links.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesResponse{ nextPageToken: String.t() | nil, processLinks: [ GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ProcessLinks.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.