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

Response for fetching git refs

Attributes

  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results the server should return.
  • refNames (type: list(String.t), default: nil) - Name of the refs fetched.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.