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 CreateDriveRootChildOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveRootChildOperationOptions() CreateDriveRootChildOperationOptions + func (o CreateDriveRootChildOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveRootChildOperationOptions) ToOData() *odata.Query + func (o CreateDriveRootChildOperationOptions) ToQuery() *client.QueryParams + type CreateDriveRootChildOperationResponse struct + HttpResponse *http.Response + Model *beta.DriveItem + OData *odata.OData + type DriveItemOperationPredicate struct + func (p DriveItemOperationPredicate) Matches(input beta.DriveItem) bool + type DriveRootChildClient struct + Client *msgraph.Client + func NewDriveRootChildClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootChildClient, error) + func (c DriveRootChildClient) CreateDriveRootChild(ctx context.Context, id beta.GroupIdDriveId, input beta.DriveItem, ...) (result CreateDriveRootChildOperationResponse, err error) + func (c DriveRootChildClient) GetDriveRootChild(ctx context.Context, id beta.GroupIdDriveIdRootChildId, ...) (result GetDriveRootChildOperationResponse, err error) + func (c DriveRootChildClient) GetDriveRootChildrenCount(ctx context.Context, id beta.GroupIdDriveId, ...) (result GetDriveRootChildrenCountOperationResponse, err error) + func (c DriveRootChildClient) ListDriveRootChildren(ctx context.Context, id beta.GroupIdDriveId, ...) (result ListDriveRootChildrenOperationResponse, err error) + func (c DriveRootChildClient) ListDriveRootChildrenComplete(ctx context.Context, id beta.GroupIdDriveId, ...) (ListDriveRootChildrenCompleteResult, error) + func (c DriveRootChildClient) ListDriveRootChildrenCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveId, ...) (result ListDriveRootChildrenCompleteResult, err error) + type GetDriveRootChildOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveRootChildOperationOptions() GetDriveRootChildOperationOptions + func (o GetDriveRootChildOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootChildOperationOptions) ToOData() *odata.Query + func (o GetDriveRootChildOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootChildOperationResponse struct + HttpResponse *http.Response + Model *beta.DriveItem + OData *odata.OData + type GetDriveRootChildrenCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveRootChildrenCountOperationOptions() GetDriveRootChildrenCountOperationOptions + func (o GetDriveRootChildrenCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootChildrenCountOperationOptions) ToOData() *odata.Query + func (o GetDriveRootChildrenCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootChildrenCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDriveRootChildrenCompleteResult struct + Items []beta.DriveItem + LatestHttpResponse *http.Response + type ListDriveRootChildrenCustomPager struct + NextLink *odata.Link + func (p *ListDriveRootChildrenCustomPager) NextPageLink() *odata.Link + type ListDriveRootChildrenOperationOptions 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 DefaultListDriveRootChildrenOperationOptions() ListDriveRootChildrenOperationOptions + func (o ListDriveRootChildrenOperationOptions) ToHeaders() *client.Headers + func (o ListDriveRootChildrenOperationOptions) ToOData() *odata.Query + func (o ListDriveRootChildrenOperationOptions) ToQuery() *client.QueryParams + type ListDriveRootChildrenOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DriveItem + OData *odata.OData