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