summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ActionTrending.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ActionTrending.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ActionTrending.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ActionTrending.go b/vendor/github.com/yaegashi/msgraph.go/beta/ActionTrending.go
new file mode 100644
index 00000000..7729691d
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ActionTrending.go
@@ -0,0 +1,10 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// Resource is navigation property
+func (b *TrendingRequestBuilder) Resource() *EntityRequestBuilder {
+ bb := &EntityRequestBuilder{BaseRequestBuilder: b.BaseRequestBuilder}
+ bb.baseURL += "/resource"
+ return bb
+}