Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type GetOnenoteNotebookSectionGroupCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetOnenoteNotebookSectionGroupCountOperationOptions() GetOnenoteNotebookSectionGroupCountOperationOptions + func (o GetOnenoteNotebookSectionGroupCountOperationOptions) ToHeaders() *client.Headers + func (o GetOnenoteNotebookSectionGroupCountOperationOptions) ToOData() *odata.Query + func (o GetOnenoteNotebookSectionGroupCountOperationOptions) ToQuery() *client.QueryParams + type GetOnenoteNotebookSectionGroupCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListOnenoteNotebookSectionGroupSectionGroupsCompleteResult struct + Items []beta.SectionGroup + LatestHttpResponse *http.Response + type ListOnenoteNotebookSectionGroupSectionGroupsCustomPager struct + NextLink *odata.Link + func (p *ListOnenoteNotebookSectionGroupSectionGroupsCustomPager) NextPageLink() *odata.Link + type ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListOnenoteNotebookSectionGroupSectionGroupsOperationOptions() ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions + func (o ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) ToHeaders() *client.Headers + func (o ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) ToOData() *odata.Query + func (o ListOnenoteNotebookSectionGroupSectionGroupsOperationOptions) ToQuery() *client.QueryParams + type ListOnenoteNotebookSectionGroupSectionGroupsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.SectionGroup + OData *odata.OData + type OnenoteNotebookSectionGroupSectionGroupClient struct + Client *msgraph.Client + func NewOnenoteNotebookSectionGroupSectionGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionGroupSectionGroupClient, error) + func (c OnenoteNotebookSectionGroupSectionGroupClient) GetOnenoteNotebookSectionGroupCount(ctx context.Context, id beta.GroupIdOnenoteNotebookIdSectionGroupId, ...) (result GetOnenoteNotebookSectionGroupCountOperationResponse, err error) + func (c OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroups(ctx context.Context, id beta.GroupIdOnenoteNotebookIdSectionGroupId, ...) (result ListOnenoteNotebookSectionGroupSectionGroupsOperationResponse, ...) + func (c OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroupsComplete(ctx context.Context, id beta.GroupIdOnenoteNotebookIdSectionGroupId, ...) (ListOnenoteNotebookSectionGroupSectionGroupsCompleteResult, error) + func (c OnenoteNotebookSectionGroupSectionGroupClient) ListOnenoteNotebookSectionGroupSectionGroupsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdOnenoteNotebookIdSectionGroupId, ...) (result ListOnenoteNotebookSectionGroupSectionGroupsCompleteResult, err error) + type SectionGroupOperationPredicate struct + func (p SectionGroupOperationPredicate) Matches(input beta.SectionGroup) bool