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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ControlScore undocumented
     6  type ControlScore struct {
     7  	// Object is the base model of ControlScore
     8  	Object
     9  	// ControlCategory undocumented
    10  	ControlCategory *string `json:"controlCategory,omitempty"`
    11  	// ControlName undocumented
    12  	ControlName *string `json:"controlName,omitempty"`
    13  	// Description undocumented
    14  	Description *string `json:"description,omitempty"`
    15  	// Score undocumented
    16  	Score *float64 `json:"score,omitempty"`
    17  }