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

The Artifact Registry settings that apply to a Project.

Attributes

  • legacyRedirectionState (type: String.t, default: nil) - The redirection state of the legacy repositories in this project.
  • name (type: String.t, default: nil) - The name of the project's settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.ProjectSettings{
  legacyRedirectionState: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.