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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // RecommendLabelAction undocumented
     6  type RecommendLabelAction struct {
     7  	// InformationProtectionAction is the base model of RecommendLabelAction
     8  	InformationProtectionAction
     9  	// Label undocumented
    10  	Label *LabelDetails `json:"label,omitempty"`
    11  	// ResponsibleSensitiveTypeIDs undocumented
    12  	ResponsibleSensitiveTypeIDs []UUID `json:"responsibleSensitiveTypeIds,omitempty"`
    13  	// Actions undocumented
    14  	Actions []InformationProtectionAction `json:"actions,omitempty"`
    15  	// ActionSource undocumented
    16  	ActionSource *ActionSource `json:"actionSource,omitempty"`
    17  }