Documentation ¶
Index ¶
- type CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions
- func (o CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToHeaders() *client.Headers
- func (o CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToOData() *odata.Query
- func (o CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToQuery() *client.QueryParams
- type CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationResponse
- type CopySiteOnenoteNotebookSectionGroupSectionToNotebookRequest
- type CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions
- func (o CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
- func (o CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToOData() *odata.Query
- func (o CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToQuery() *client.QueryParams
- type CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationResponse
- type CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupRequest
- type CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions
- type CreateSiteOnenoteNotebookSectionGroupSectionOperationResponse
- type DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions
- type DeleteSiteOnenoteNotebookSectionGroupSectionOperationResponse
- type GetSiteOnenoteNotebookSectionGroupSectionOperationOptions
- type GetSiteOnenoteNotebookSectionGroupSectionOperationResponse
- type GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions
- type GetSiteOnenoteNotebookSectionGroupSectionsCountOperationResponse
- type ListSiteOnenoteNotebookSectionGroupSectionsCompleteResult
- type ListSiteOnenoteNotebookSectionGroupSectionsCustomPager
- type ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions
- type ListSiteOnenoteNotebookSectionGroupSectionsOperationResponse
- type OnenoteSectionOperationPredicate
- type SiteOnenoteNotebookSectionGroupSectionClient
- func (c SiteOnenoteNotebookSectionGroupSectionClient) CopySiteOnenoteNotebookSectionGroupSectionToNotebook(ctx context.Context, ...) (result CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationResponse, ...)
- func (c SiteOnenoteNotebookSectionGroupSectionClient) CopySiteOnenoteNotebookSectionGroupSectionToSectionGroup(ctx context.Context, ...) (...)
- func (c SiteOnenoteNotebookSectionGroupSectionClient) CreateSiteOnenoteNotebookSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupId, ...) (result CreateSiteOnenoteNotebookSectionGroupSectionOperationResponse, ...)
- func (c SiteOnenoteNotebookSectionGroupSectionClient) DeleteSiteOnenoteNotebookSectionGroupSection(ctx context.Context, ...) (result DeleteSiteOnenoteNotebookSectionGroupSectionOperationResponse, ...)
- func (c SiteOnenoteNotebookSectionGroupSectionClient) GetSiteOnenoteNotebookSectionGroupSection(ctx context.Context, ...) (result GetSiteOnenoteNotebookSectionGroupSectionOperationResponse, err error)
- func (c SiteOnenoteNotebookSectionGroupSectionClient) GetSiteOnenoteNotebookSectionGroupSectionsCount(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupId, ...) (result GetSiteOnenoteNotebookSectionGroupSectionsCountOperationResponse, ...)
- func (c SiteOnenoteNotebookSectionGroupSectionClient) ListSiteOnenoteNotebookSectionGroupSections(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupId, ...) (result ListSiteOnenoteNotebookSectionGroupSectionsOperationResponse, err error)
- func (c SiteOnenoteNotebookSectionGroupSectionClient) ListSiteOnenoteNotebookSectionGroupSectionsComplete(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupId, ...) (ListSiteOnenoteNotebookSectionGroupSectionsCompleteResult, error)
- func (c SiteOnenoteNotebookSectionGroupSectionClient) ListSiteOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupId, ...) (result ListSiteOnenoteNotebookSectionGroupSectionsCompleteResult, err error)
- func (c SiteOnenoteNotebookSectionGroupSectionClient) UpdateSiteOnenoteNotebookSectionGroupSection(ctx context.Context, ...) (result UpdateSiteOnenoteNotebookSectionGroupSectionOperationResponse, ...)
- type UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions
- type UpdateSiteOnenoteNotebookSectionGroupSectionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions ¶
type CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions ¶
func DefaultCopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions() CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions
func (CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToHeaders ¶
func (o CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToHeaders() *client.Headers
func (CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToOData ¶
func (o CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToOData() *odata.Query
func (CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToQuery ¶
func (o CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) ToQuery() *client.QueryParams
type CopySiteOnenoteNotebookSectionGroupSectionToNotebookRequest ¶
type CopySiteOnenoteNotebookSectionGroupSectionToNotebookRequest struct { GroupId nullable.Type[string] `json:"groupId,omitempty"` Id nullable.Type[string] `json:"id,omitempty"` RenameAs nullable.Type[string] `json:"renameAs,omitempty"` SiteCollectionId nullable.Type[string] `json:"siteCollectionId,omitempty"` SiteId nullable.Type[string] `json:"siteId,omitempty"` }
type CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions ¶
type CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions ¶
func DefaultCopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions() CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions
func (CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToHeaders ¶
func (o CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToHeaders() *client.Headers
func (CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToOData ¶
func (o CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) ToOData() *odata.Query
type CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupRequest ¶
type CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupRequest struct { GroupId nullable.Type[string] `json:"groupId,omitempty"` Id nullable.Type[string] `json:"id,omitempty"` RenameAs nullable.Type[string] `json:"renameAs,omitempty"` SiteCollectionId nullable.Type[string] `json:"siteCollectionId,omitempty"` SiteId nullable.Type[string] `json:"siteId,omitempty"` }
type CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions ¶
type CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultCreateSiteOnenoteNotebookSectionGroupSectionOperationOptions() CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions
func (CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions ¶
type DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultDeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions() DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions
func (DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteNotebookSectionGroupSectionOperationOptions ¶
type GetSiteOnenoteNotebookSectionGroupSectionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultGetSiteOnenoteNotebookSectionGroupSectionOperationOptions() GetSiteOnenoteNotebookSectionGroupSectionOperationOptions
func (GetSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o GetSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o GetSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions ¶
type GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions ¶
func DefaultGetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions() GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions
func (GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToOData ¶
func (o GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToQuery ¶
func (o GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteOnenoteNotebookSectionGroupSectionsCompleteResult ¶
type ListSiteOnenoteNotebookSectionGroupSectionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.OnenoteSection }
type ListSiteOnenoteNotebookSectionGroupSectionsCustomPager ¶
type ListSiteOnenoteNotebookSectionGroupSectionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListSiteOnenoteNotebookSectionGroupSectionsCustomPager) NextPageLink ¶
func (p *ListSiteOnenoteNotebookSectionGroupSectionsCustomPager) NextPageLink() *odata.Link
type ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions ¶
type ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions 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 DefaultListSiteOnenoteNotebookSectionGroupSectionsOperationOptions ¶
func DefaultListSiteOnenoteNotebookSectionGroupSectionsOperationOptions() ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions
func (ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions) ToHeaders ¶
func (o ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions) ToHeaders() *client.Headers
func (ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions) ToOData ¶
func (o ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions) ToOData() *odata.Query
func (ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions) ToQuery ¶
func (o ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions) ToQuery() *client.QueryParams
type OnenoteSectionOperationPredicate ¶
type OnenoteSectionOperationPredicate struct { }
func (OnenoteSectionOperationPredicate) Matches ¶
func (p OnenoteSectionOperationPredicate) Matches(input beta.OnenoteSection) bool
type SiteOnenoteNotebookSectionGroupSectionClient ¶
func NewSiteOnenoteNotebookSectionGroupSectionClientWithBaseURI ¶
func NewSiteOnenoteNotebookSectionGroupSectionClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenoteNotebookSectionGroupSectionClient, error)
func (SiteOnenoteNotebookSectionGroupSectionClient) CopySiteOnenoteNotebookSectionGroupSectionToNotebook ¶
func (c SiteOnenoteNotebookSectionGroupSectionClient) CopySiteOnenoteNotebookSectionGroupSectionToNotebook(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupIdSectionId, input CopySiteOnenoteNotebookSectionGroupSectionToNotebookRequest, options CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationOptions) (result CopySiteOnenoteNotebookSectionGroupSectionToNotebookOperationResponse, err error)
CopySiteOnenoteNotebookSectionGroupSectionToNotebook - Invoke action copyToNotebook. Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (SiteOnenoteNotebookSectionGroupSectionClient) CopySiteOnenoteNotebookSectionGroupSectionToSectionGroup ¶
func (c SiteOnenoteNotebookSectionGroupSectionClient) CopySiteOnenoteNotebookSectionGroupSectionToSectionGroup(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupIdSectionId, input CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupRequest, options CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationOptions) (result CopySiteOnenoteNotebookSectionGroupSectionToSectionGroupOperationResponse, err error)
CopySiteOnenoteNotebookSectionGroupSectionToSectionGroup - Invoke action copyToSectionGroup. Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.
func (SiteOnenoteNotebookSectionGroupSectionClient) CreateSiteOnenoteNotebookSectionGroupSection ¶
func (c SiteOnenoteNotebookSectionGroupSectionClient) CreateSiteOnenoteNotebookSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupId, input beta.OnenoteSection, options CreateSiteOnenoteNotebookSectionGroupSectionOperationOptions) (result CreateSiteOnenoteNotebookSectionGroupSectionOperationResponse, err error)
CreateSiteOnenoteNotebookSectionGroupSection - Create new navigation property to sections for groups
func (SiteOnenoteNotebookSectionGroupSectionClient) DeleteSiteOnenoteNotebookSectionGroupSection ¶
func (c SiteOnenoteNotebookSectionGroupSectionClient) DeleteSiteOnenoteNotebookSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupIdSectionId, options DeleteSiteOnenoteNotebookSectionGroupSectionOperationOptions) (result DeleteSiteOnenoteNotebookSectionGroupSectionOperationResponse, err error)
DeleteSiteOnenoteNotebookSectionGroupSection - Delete navigation property sections for groups
func (SiteOnenoteNotebookSectionGroupSectionClient) GetSiteOnenoteNotebookSectionGroupSection ¶
func (c SiteOnenoteNotebookSectionGroupSectionClient) GetSiteOnenoteNotebookSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupIdSectionId, options GetSiteOnenoteNotebookSectionGroupSectionOperationOptions) (result GetSiteOnenoteNotebookSectionGroupSectionOperationResponse, err error)
GetSiteOnenoteNotebookSectionGroupSection - Get sections from groups. The sections in the section group. Read-only. Nullable.
func (SiteOnenoteNotebookSectionGroupSectionClient) GetSiteOnenoteNotebookSectionGroupSectionsCount ¶
func (c SiteOnenoteNotebookSectionGroupSectionClient) GetSiteOnenoteNotebookSectionGroupSectionsCount(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupId, options GetSiteOnenoteNotebookSectionGroupSectionsCountOperationOptions) (result GetSiteOnenoteNotebookSectionGroupSectionsCountOperationResponse, err error)
GetSiteOnenoteNotebookSectionGroupSectionsCount - Get the number of the resource
func (SiteOnenoteNotebookSectionGroupSectionClient) ListSiteOnenoteNotebookSectionGroupSections ¶
func (c SiteOnenoteNotebookSectionGroupSectionClient) ListSiteOnenoteNotebookSectionGroupSections(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupId, options ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions) (result ListSiteOnenoteNotebookSectionGroupSectionsOperationResponse, err error)
ListSiteOnenoteNotebookSectionGroupSections - Get sections from groups. The sections in the section group. Read-only. Nullable.
func (SiteOnenoteNotebookSectionGroupSectionClient) ListSiteOnenoteNotebookSectionGroupSectionsComplete ¶
func (c SiteOnenoteNotebookSectionGroupSectionClient) ListSiteOnenoteNotebookSectionGroupSectionsComplete(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupId, options ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions) (ListSiteOnenoteNotebookSectionGroupSectionsCompleteResult, error)
ListSiteOnenoteNotebookSectionGroupSectionsComplete retrieves all the results into a single object
func (SiteOnenoteNotebookSectionGroupSectionClient) ListSiteOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate ¶
func (c SiteOnenoteNotebookSectionGroupSectionClient) ListSiteOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupId, options ListSiteOnenoteNotebookSectionGroupSectionsOperationOptions, predicate OnenoteSectionOperationPredicate) (result ListSiteOnenoteNotebookSectionGroupSectionsCompleteResult, err error)
ListSiteOnenoteNotebookSectionGroupSectionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SiteOnenoteNotebookSectionGroupSectionClient) UpdateSiteOnenoteNotebookSectionGroupSection ¶
func (c SiteOnenoteNotebookSectionGroupSectionClient) UpdateSiteOnenoteNotebookSectionGroupSection(ctx context.Context, id beta.GroupIdSiteIdOnenoteNotebookIdSectionGroupIdSectionId, input beta.OnenoteSection, options UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions) (result UpdateSiteOnenoteNotebookSectionGroupSectionOperationResponse, err error)
UpdateSiteOnenoteNotebookSectionGroupSection - Update the navigation property sections in groups
type UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions ¶
type UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions ¶
func DefaultUpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions() UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions
func (UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders ¶
func (o UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToHeaders() *client.Headers
func (UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData ¶
func (o UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToOData() *odata.Query
func (UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery ¶
func (o UpdateSiteOnenoteNotebookSectionGroupSectionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_copysiteonenotenotebooksectiongroupsectiontonotebook.go
- method_copysiteonenotenotebooksectiongroupsectiontosectiongroup.go
- method_createsiteonenotenotebooksectiongroupsection.go
- method_deletesiteonenotenotebooksectiongroupsection.go
- method_getsiteonenotenotebooksectiongroupsection.go
- method_getsiteonenotenotebooksectiongroupsectionscount.go
- method_listsiteonenotenotebooksectiongroupsections.go
- method_updatesiteonenotenotebooksectiongroupsection.go
- model_copysiteonenotenotebooksectiongroupsectiontonotebookrequest.go
- model_copysiteonenotenotebooksectiongroupsectiontosectiongrouprequest.go
- predicates.go
- version.go