View Source GoogleApi.ArtifactRegistry.V1.Model.ProjectSettings (google_api_artifact_registry v0.10.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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.