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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // MatchLocation undocumented
     6  type MatchLocation struct {
     7  	// Object is the base model of MatchLocation
     8  	Object
     9  	// Length undocumented
    10  	Length *int `json:"length,omitempty"`
    11  	// Offset undocumented
    12  	Offset *int `json:"offset,omitempty"`
    13  }