View Source GoogleApi.ArtifactRegistry.V1.Model.VirtualRepositoryConfig (google_api_artifact_registry v0.15.0)

Virtual repository configuration.

Attributes

  • upstreamPolicies (type: list(GoogleApi.ArtifactRegistry.V1.Model.UpstreamPolicy.t), default: nil) - Policies that configure the upstream artifacts distributed by the Virtual Repository. Upstream policies cannot be set on a standard repository.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.VirtualRepositoryConfig{
  upstreamPolicies:
    [GoogleApi.ArtifactRegistry.V1.Model.UpstreamPolicy.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.