summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go
deleted file mode 100644
index 462a5a6f..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// GovernanceNotificationTemplate undocumented
-type GovernanceNotificationTemplate struct {
- // Object is the base model of GovernanceNotificationTemplate
- Object
- // ID undocumented
- ID *string `json:"id,omitempty"`
- // Type undocumented
- Type *string `json:"type,omitempty"`
- // Source undocumented
- Source *string `json:"source,omitempty"`
- // Version undocumented
- Version *string `json:"version,omitempty"`
- // Culture undocumented
- Culture *string `json:"culture,omitempty"`
-}