View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ListProcessesResponse (google_api_data_lineage v0.3.0)

Response message for ListProcesses.

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ListProcessesResponse{
    nextPageToken: String.t() | nil,
    processes:
      [
        GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Process.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.