VRChat.Model.LicenseGroup (vrchat v1.20.0)

View Source

Summary

Types

t()

@type t() :: %VRChat.Model.LicenseGroup{
  description: String.t(),
  id: String.t(),
  licenses: [VRChat.Model.License.t()],
  name: String.t()
}

Functions

decode(value)