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 CreateDriveBundleOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveBundleOperationOptions() CreateDriveBundleOperationOptions + func (o CreateDriveBundleOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveBundleOperationOptions) ToOData() *odata.Query + func (o CreateDriveBundleOperationOptions) ToQuery() *client.QueryParams + type CreateDriveBundleOperationResponse struct + HttpResponse *http.Response + Model *stable.DriveItem + OData *odata.OData + type DriveBundleClient struct + Client *msgraph.Client + func NewDriveBundleClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveBundleClient, error) + func (c DriveBundleClient) CreateDriveBundle(ctx context.Context, id stable.MeDriveId, input stable.DriveItem, ...) (result CreateDriveBundleOperationResponse, err error) + func (c DriveBundleClient) GetDriveBundle(ctx context.Context, id stable.MeDriveIdBundleId, ...) (result GetDriveBundleOperationResponse, err error) + func (c DriveBundleClient) GetDriveBundlesCount(ctx context.Context, id stable.MeDriveId, ...) (result GetDriveBundlesCountOperationResponse, err error) + func (c DriveBundleClient) ListDriveBundles(ctx context.Context, id stable.MeDriveId, ...) (result ListDriveBundlesOperationResponse, err error) + func (c DriveBundleClient) ListDriveBundlesComplete(ctx context.Context, id stable.MeDriveId, ...) (ListDriveBundlesCompleteResult, error) + func (c DriveBundleClient) ListDriveBundlesCompleteMatchingPredicate(ctx context.Context, id stable.MeDriveId, ...) (result ListDriveBundlesCompleteResult, err error) + type DriveItemOperationPredicate struct + func (p DriveItemOperationPredicate) Matches(input stable.DriveItem) bool + type GetDriveBundleOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveBundleOperationOptions() GetDriveBundleOperationOptions + func (o GetDriveBundleOperationOptions) ToHeaders() *client.Headers + func (o GetDriveBundleOperationOptions) ToOData() *odata.Query + func (o GetDriveBundleOperationOptions) ToQuery() *client.QueryParams + type GetDriveBundleOperationResponse struct + HttpResponse *http.Response + Model *stable.DriveItem + OData *odata.OData + type GetDriveBundlesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveBundlesCountOperationOptions() GetDriveBundlesCountOperationOptions + func (o GetDriveBundlesCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveBundlesCountOperationOptions) ToOData() *odata.Query + func (o GetDriveBundlesCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveBundlesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDriveBundlesCompleteResult struct + Items []stable.DriveItem + LatestHttpResponse *http.Response + type ListDriveBundlesCustomPager struct + NextLink *odata.Link + func (p *ListDriveBundlesCustomPager) NextPageLink() *odata.Link + type ListDriveBundlesOperationOptions 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 DefaultListDriveBundlesOperationOptions() ListDriveBundlesOperationOptions + func (o ListDriveBundlesOperationOptions) ToHeaders() *client.Headers + func (o ListDriveBundlesOperationOptions) ToOData() *odata.Query + func (o ListDriveBundlesOperationOptions) ToQuery() *client.QueryParams + type ListDriveBundlesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.DriveItem + OData *odata.OData