View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ListLineageEventsResponse (google_api_data_lineage v0.2.0)

Response message for ListLineageEvents.

Attributes

  • lineageEvents (type: list(GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1LineageEvent.t), default: nil) - Lineage events from the specified project and location.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ListLineageEventsResponse{
    lineageEvents:
      [
        GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1LineageEvent.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.