View Source GoogleApi.DeveloperConnect.V1.Model.FetchLinkableGitRepositoriesResponse (google_api_developer_connect v0.5.0)

Response message for FetchLinkableGitRepositories.

Attributes

  • linkableGitRepositories (type: list(GoogleApi.DeveloperConnect.V1.Model.LinkableGitRepository.t), default: nil) - The git repositories that can be linked to the connection.
  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results the server should return.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DeveloperConnect.V1.Model.FetchLinkableGitRepositoriesResponse{
    linkableGitRepositories:
      [GoogleApi.DeveloperConnect.V1.Model.LinkableGitRepository.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.