diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go new file mode 100644 index 00000000..462a5a6f --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/GovernanceNotificationTemplateModel.go @@ -0,0 +1,19 @@ +// 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"` +} |