blob: bfc6f75ced9c6f0e520db166daa8786206bcb7bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// Program undocumented
type Program struct {
// Entity is the base model of Program
Entity
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// Description undocumented
Description *string `json:"description,omitempty"`
// Controls undocumented
Controls []ProgramControl `json:"controls,omitempty"`
}
|