View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.License (google_api_container_analysis v0.28.0)

License information.

Attributes

  • comments (type: String.t, default: nil) - Comments
  • expression (type: String.t, default: nil) - Often a single license can be used to represent the licensing terms. Sometimes it is necessary to include a choice of one or more licenses or some combination of license identifiers. Examples: "LGPL-2.1-only OR MIT", "LGPL-2.1-only AND MIT", "GPL-2.0-or-later WITH Bison-exception-2.2".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.License{
  comments: String.t() | nil,
  expression: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.