Versions in this module Expand all Collapse all v0 v0.9.0 Jul 8, 2023 Changes in this version + type ItemsRequestBuilder struct + func NewItemsRequestBuilder(rawUrl string, ...) *ItemsRequestBuilder + func NewItemsRequestBuilderInternal(pathParameters map[string]string, ...) *ItemsRequestBuilder + func (m *ItemsRequestBuilder) Count() ... + func (m *ItemsRequestBuilder) CreateGetRequestInformation(options *ItemsRequestBuilderGetOptions) (...) + func (m *ItemsRequestBuilder) CreatePostRequestInformation(options *ItemsRequestBuilderPostOptions) (...) + func (m *ItemsRequestBuilder) Get(options *ItemsRequestBuilderGetOptions) (...) + func (m *ItemsRequestBuilder) Post(options *ItemsRequestBuilderPostOptions) (...) + type ItemsRequestBuilderGetOptions struct + Headers map[string]string + Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption + QueryParameters *ItemsRequestBuilderGetQueryParameters + ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler + type ItemsRequestBuilderGetQueryParameters struct + Count *bool + Expand []string + Filter *string + Orderby []string + Search *string + Select []string + Skip *int32 + Top *int32 + type ItemsRequestBuilderPostOptions struct + Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable + Headers map[string]string + Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption + ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler