diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/MatchLocationModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/MatchLocationModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/MatchLocationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/MatchLocationModel.go deleted file mode 100644 index 1399ee58..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/MatchLocationModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// MatchLocation undocumented -type MatchLocation struct { - // Object is the base model of MatchLocation - Object - // Length undocumented - Length *int `json:"length,omitempty"` - // Offset undocumented - Offset *int `json:"offset,omitempty"` -} |