github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelVersion.go (about)

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