View Source GitHub.Repository.Advisory.Cvss (GitHub REST API Client v0.3.1)

Provides struct and type for a Repository.Advisory.Cvss

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Repository.Advisory.Cvss{
  __info__: map(),
  score: number() | nil,
  vector_string: String.t() | nil
}