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

MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type.

Attributes

  • allowSnapshotOverwrites (type: boolean(), default: nil) - The repository with this flag will allow publishing the same snapshot versions.
  • versionPolicy (type: String.t, default: nil) - Version policy defines the versions that the registry will accept.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.MavenRepositoryConfig{
  allowSnapshotOverwrites: boolean() | nil,
  versionPolicy: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.