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