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

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