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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // FollowupFlag undocumented
     6  type FollowupFlag struct {
     7  	// Object is the base model of FollowupFlag
     8  	Object
     9  	// CompletedDateTime undocumented
    10  	CompletedDateTime *DateTimeTimeZone `json:"completedDateTime,omitempty"`
    11  	// DueDateTime undocumented
    12  	DueDateTime *DateTimeTimeZone `json:"dueDateTime,omitempty"`
    13  	// StartDateTime undocumented
    14  	StartDateTime *DateTimeTimeZone `json:"startDateTime,omitempty"`
    15  	// FlagStatus undocumented
    16  	FlagStatus *FollowupFlagStatus `json:"flagStatus,omitempty"`
    17  }