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 CreateDriveRootVersionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveRootVersionOperationOptions() CreateDriveRootVersionOperationOptions + func (o CreateDriveRootVersionOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveRootVersionOperationOptions) ToOData() *odata.Query + func (o CreateDriveRootVersionOperationOptions) ToQuery() *client.QueryParams + type CreateDriveRootVersionOperationResponse struct + HttpResponse *http.Response + Model *beta.DriveItemVersion + OData *odata.OData + type DeleteDriveRootVersionOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveRootVersionOperationOptions() DeleteDriveRootVersionOperationOptions + func (o DeleteDriveRootVersionOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveRootVersionOperationOptions) ToOData() *odata.Query + func (o DeleteDriveRootVersionOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveRootVersionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveItemVersionOperationPredicate struct + func (p DriveItemVersionOperationPredicate) Matches(input beta.DriveItemVersion) bool + type DriveRootVersionClient struct + Client *msgraph.Client + func NewDriveRootVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootVersionClient, error) + func (c DriveRootVersionClient) CreateDriveRootVersion(ctx context.Context, id beta.UserIdDriveId, input beta.DriveItemVersion, ...) (result CreateDriveRootVersionOperationResponse, err error) + func (c DriveRootVersionClient) DeleteDriveRootVersion(ctx context.Context, id beta.UserIdDriveIdRootVersionId, ...) (result DeleteDriveRootVersionOperationResponse, err error) + func (c DriveRootVersionClient) GetDriveRootVersion(ctx context.Context, id beta.UserIdDriveIdRootVersionId, ...) (result GetDriveRootVersionOperationResponse, err error) + func (c DriveRootVersionClient) GetDriveRootVersionsCount(ctx context.Context, id beta.UserIdDriveId, ...) (result GetDriveRootVersionsCountOperationResponse, err error) + func (c DriveRootVersionClient) ListDriveRootVersions(ctx context.Context, id beta.UserIdDriveId, ...) (result ListDriveRootVersionsOperationResponse, err error) + func (c DriveRootVersionClient) ListDriveRootVersionsComplete(ctx context.Context, id beta.UserIdDriveId, ...) (ListDriveRootVersionsCompleteResult, error) + func (c DriveRootVersionClient) ListDriveRootVersionsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDriveId, ...) (result ListDriveRootVersionsCompleteResult, err error) + func (c DriveRootVersionClient) RestoreDriveRootVersionVersion(ctx context.Context, id beta.UserIdDriveIdRootVersionId, ...) (result RestoreDriveRootVersionVersionOperationResponse, err error) + func (c DriveRootVersionClient) UpdateDriveRootVersion(ctx context.Context, id beta.UserIdDriveIdRootVersionId, ...) (result UpdateDriveRootVersionOperationResponse, err error) + type GetDriveRootVersionOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveRootVersionOperationOptions() GetDriveRootVersionOperationOptions + func (o GetDriveRootVersionOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootVersionOperationOptions) ToOData() *odata.Query + func (o GetDriveRootVersionOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootVersionOperationResponse struct + HttpResponse *http.Response + Model *beta.DriveItemVersion + OData *odata.OData + type GetDriveRootVersionsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveRootVersionsCountOperationOptions() GetDriveRootVersionsCountOperationOptions + func (o GetDriveRootVersionsCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootVersionsCountOperationOptions) ToOData() *odata.Query + func (o GetDriveRootVersionsCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootVersionsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDriveRootVersionsCompleteResult struct + Items []beta.DriveItemVersion + LatestHttpResponse *http.Response + type ListDriveRootVersionsCustomPager struct + NextLink *odata.Link + func (p *ListDriveRootVersionsCustomPager) NextPageLink() *odata.Link + type ListDriveRootVersionsOperationOptions 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 DefaultListDriveRootVersionsOperationOptions() ListDriveRootVersionsOperationOptions + func (o ListDriveRootVersionsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveRootVersionsOperationOptions) ToOData() *odata.Query + func (o ListDriveRootVersionsOperationOptions) ToQuery() *client.QueryParams + type ListDriveRootVersionsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DriveItemVersion + OData *odata.OData + type RestoreDriveRootVersionVersionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultRestoreDriveRootVersionVersionOperationOptions() RestoreDriveRootVersionVersionOperationOptions + func (o RestoreDriveRootVersionVersionOperationOptions) ToHeaders() *client.Headers + func (o RestoreDriveRootVersionVersionOperationOptions) ToOData() *odata.Query + func (o RestoreDriveRootVersionVersionOperationOptions) ToQuery() *client.QueryParams + type RestoreDriveRootVersionVersionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UpdateDriveRootVersionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveRootVersionOperationOptions() UpdateDriveRootVersionOperationOptions + func (o UpdateDriveRootVersionOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveRootVersionOperationOptions) ToOData() *odata.Query + func (o UpdateDriveRootVersionOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveRootVersionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData