GoogleApi.CloudBuild.V1.Model.ListGithubEnterpriseConfigsResponse (google_api_cloud_build v0.54.0)

View Source

RPC response object returned by ListGithubEnterpriseConfigs RPC method.

Attributes

  • configs (type: list(GoogleApi.CloudBuild.V1.Model.GitHubEnterpriseConfig.t), default: nil) - A list of GitHubEnterpriseConfigs

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudBuild.V1.Model.ListGithubEnterpriseConfigsResponse{
  configs: [GoogleApi.CloudBuild.V1.Model.GitHubEnterpriseConfig.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.