View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ListRunsResponse (google_api_data_lineage v0.3.1)
Response message for ListRuns.
Attributes
-
nextPageToken(type:String.t, default:nil) - The token to specify aspage_tokenin the next call to get the next page. If this field is omitted, there are no subsequent pages. -
runs(type:list(GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Run.t), default:nil) - The runs from the specified project and location.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ListRunsResponse{ nextPageToken: String.t() | nil, runs: [GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Run.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.