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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // LabelActionBase undocumented
     6  type LabelActionBase struct {
     7  	// Object is the base model of LabelActionBase
     8  	Object
     9  	// Name undocumented
    10  	Name *string `json:"name,omitempty"`
    11  }
    12  
    13  // LabelDetails undocumented
    14  type LabelDetails struct {
    15  	// Object is the base model of LabelDetails
    16  	Object
    17  	// ID undocumented
    18  	ID *string `json:"id,omitempty"`
    19  	// Name undocumented
    20  	Name *string `json:"name,omitempty"`
    21  	// Description undocumented
    22  	Description *string `json:"description,omitempty"`
    23  	// Color undocumented
    24  	Color *string `json:"color,omitempty"`
    25  	// Sensitivity undocumented
    26  	Sensitivity *int `json:"sensitivity,omitempty"`
    27  	// Tooltip undocumented
    28  	Tooltip *string `json:"tooltip,omitempty"`
    29  	// IsActive undocumented
    30  	IsActive *bool `json:"isActive,omitempty"`
    31  }
    32  
    33  // LabelPolicy undocumented
    34  type LabelPolicy struct {
    35  	// Object is the base model of LabelPolicy
    36  	Object
    37  	// ID undocumented
    38  	ID *string `json:"id,omitempty"`
    39  	// Name undocumented
    40  	Name *string `json:"name,omitempty"`
    41  }