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

Publicly available Yum repositories constructed from a common repository base and a custom repository path.

Attributes

  • repositoryBase (type: String.t, default: nil) - A common public repository base for Yum.
  • repositoryPath (type: String.t, default: nil) - A custom field to define a path to a specific repository from the base.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ArtifactRegistry.V1.Model.GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository{
    repositoryBase: String.t() | nil,
    repositoryPath: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.