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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ReputationCategory undocumented
     6  type ReputationCategory struct {
     7  	// Object is the base model of ReputationCategory
     8  	Object
     9  	// Description undocumented
    10  	Description *string `json:"description,omitempty"`
    11  	// Name undocumented
    12  	Name *string `json:"name,omitempty"`
    13  	// Vendor undocumented
    14  	Vendor *string `json:"vendor,omitempty"`
    15  }