blob: f7948705e34b7b74c466157894f221cae952e982 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ProgramResource undocumented
type ProgramResource struct {
// Identity is the base model of ProgramResource
Identity
// Type undocumented
Type *string `json:"type,omitempty"`
}
|