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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Presence undocumented
     6  type Presence struct {
     7  	// Entity is the base model of Presence
     8  	Entity
     9  	// Availability undocumented
    10  	Availability *string `json:"availability,omitempty"`
    11  	// Activity undocumented
    12  	Activity *string `json:"activity,omitempty"`
    13  }