blob: 1ff84521add04247f457f9e8fcabf22e7bef7690 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph.go/gen 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"`
}
|