View Source GoogleApi.CloudBuild.V2.Model.ListRepositoriesResponse (google_api_cloud_build v0.50.1)

Message for response to listing Repositories.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results the server should return.
  • repositories (type: list(GoogleApi.CloudBuild.V2.Model.Repository.t), default: nil) - The list of Repositories.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.ListRepositoriesResponse{
  nextPageToken: String.t() | nil,
  repositories: [GoogleApi.CloudBuild.V2.Model.Repository.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.