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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // DowngradeJustification undocumented
     6  type DowngradeJustification struct {
     7  	// Object is the base model of DowngradeJustification
     8  	Object
     9  	// JustificationMessage undocumented
    10  	JustificationMessage *string `json:"justificationMessage,omitempty"`
    11  	// IsDowngradeJustified undocumented
    12  	IsDowngradeJustified *bool `json:"isDowngradeJustified,omitempty"`
    13  }