View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext (google_api_container_analysis v0.28.0)

A GitSourceContext denotes a particular revision in a third party Git repository (e.g., GitHub).

Attributes

  • revisionId (type: String.t, default: nil) - Required. Git commit hash.
  • url (type: String.t, default: nil) - Git repository URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext{
    revisionId: String.t() | nil,
    url: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.