GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ListRunsResponse (google_api_data_lineage v0.3.3)

View Source

Response message for ListRuns.

Attributes

  • nextPageToken (type: String.t, default: nil) - The token to specify as page_token in 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

t()

@type t() ::
  %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ListRunsResponse{
    nextPageToken: String.t() | nil,
    runs:
      [GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Run.t()]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.