mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
20 lines
375 B
Go
20 lines
375 B
Go
// Code generated - EDITING IS FUTILE. DO NOT EDIT.
|
|
//
|
|
// Generated by:
|
|
// kinds/gen.go
|
|
// Using jennies:
|
|
// GoResourceTypes
|
|
//
|
|
// Run 'make gen-cue' from repository root to regenerate.
|
|
|
|
package team
|
|
|
|
// Spec defines model for Spec.
|
|
type Spec struct {
|
|
// Email of the team.
|
|
Email *string `json:"email,omitempty"`
|
|
|
|
// Name of the team.
|
|
Name string `json:"name"`
|
|
}
|