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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  import "time"
     6  
     7  // IncompleteData undocumented
     8  type IncompleteData struct {
     9  	// Object is the base model of IncompleteData
    10  	Object
    11  	// MissingDataBeforeDateTime undocumented
    12  	MissingDataBeforeDateTime *time.Time `json:"missingDataBeforeDateTime,omitempty"`
    13  	// WasThrottled undocumented
    14  	WasThrottled *bool `json:"wasThrottled,omitempty"`
    15  }