Home
last modified time | relevance | path

Searched refs:WorkbookCommentsCollectionRequest (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DActionWorkbook.go3415 func (b *WorkbookCommentsCollectionRequestBuilder) Request() *WorkbookCommentsCollectionRequest {
3416 return &WorkbookCommentsCollectionRequest{
3429 type WorkbookCommentsCollectionRequest struct{ BaseRequest } argument
3432 func (r *WorkbookCommentsCollectionRequest) Paging(ctx context.Context, method, path string, obj in… argument
3488 func (r *WorkbookCommentsCollectionRequest) GetN(ctx context.Context, n int) ([]WorkbookComment, er… argument
3497 func (r *WorkbookCommentsCollectionRequest) Get(ctx context.Context) ([]WorkbookComment, error) { argument
3502 func (r *WorkbookCommentsCollectionRequest) Add(ctx context.Context, reqObj *WorkbookComment) (resO… argument