View Source GoogleApi.ApigeeRegistry.V1.Model.Build (google_api_apigee_registry v0.4.0)

Build information of the Instance if it's in ACTIVE state.

Attributes

  • commitId (type: String.t, default: nil) - Output only. Commit ID of the latest commit in the build.
  • commitTime (type: DateTime.t, default: nil) - Output only. Commit time of the latest commit in the build.
  • repo (type: String.t, default: nil) - Output only. Path of the open source repository: github.com/apigee/registry.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ApigeeRegistry.V1.Model.Build{
  commitId: String.t() | nil,
  commitTime: DateTime.t() | nil,
  repo: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.