diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/CustomActionModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/CustomActionModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/CustomActionModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/CustomActionModel.go deleted file mode 100644 index 338d6ebd..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/CustomActionModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// CustomAction undocumented -type CustomAction struct { - // InformationProtectionAction is the base model of CustomAction - InformationProtectionAction - // Name undocumented - Name *string `json:"name,omitempty"` - // Properties undocumented - Properties []KeyValuePair `json:"properties,omitempty"` -} |