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