diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/AddInModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/AddInModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/AddInModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/AddInModel.go deleted file mode 100644 index 94cae21d..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/AddInModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// AddIn undocumented -type AddIn struct { - // Object is the base model of AddIn - Object - // ID undocumented - ID *UUID `json:"id,omitempty"` - // Type undocumented - Type *string `json:"type,omitempty"` - // Properties undocumented - Properties []KeyValue `json:"properties,omitempty"` -} |