summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/SettingTemplateValueModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/SettingTemplateValueModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/SettingTemplateValueModel.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/SettingTemplateValueModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/SettingTemplateValueModel.go
new file mode 100644
index 00000000..be0e77b2
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/SettingTemplateValueModel.go
@@ -0,0 +1,17 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// SettingTemplateValue undocumented
+type SettingTemplateValue struct {
+ // Object is the base model of SettingTemplateValue
+ Object
+ // Name undocumented
+ Name *string `json:"name,omitempty"`
+ // Type undocumented
+ Type *string `json:"type,omitempty"`
+ // DefaultValue undocumented
+ DefaultValue *string `json:"defaultValue,omitempty"`
+ // Description undocumented
+ Description *string `json:"description,omitempty"`
+}