summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelRgb.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelRgb.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ModelRgb.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelRgb.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelRgb.go
new file mode 100644
index 00000000..4f1812b0
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelRgb.go
@@ -0,0 +1,15 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// RgbColor undocumented
+type RgbColor struct {
+ // Object is the base model of RgbColor
+ Object
+ // R Red value
+ R *byte `json:"r,omitempty"`
+ // G Green value
+ G *byte `json:"g,omitempty"`
+ // B Blue value
+ B *byte `json:"b,omitempty"`
+}