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 CreateDriveListItemVersionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveListItemVersionOperationOptions() CreateDriveListItemVersionOperationOptions + func (o CreateDriveListItemVersionOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveListItemVersionOperationOptions) ToOData() *odata.Query + func (o CreateDriveListItemVersionOperationOptions) ToQuery() *client.QueryParams + type CreateDriveListItemVersionOperationResponse struct + HttpResponse *http.Response + Model beta.ListItemVersion + OData *odata.OData + type DeleteDriveListItemVersionOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveListItemVersionOperationOptions() DeleteDriveListItemVersionOperationOptions + func (o DeleteDriveListItemVersionOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveListItemVersionOperationOptions) ToOData() *odata.Query + func (o DeleteDriveListItemVersionOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveListItemVersionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveListItemVersionClient struct + Client *msgraph.Client + func NewDriveListItemVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListItemVersionClient, error) + func (c DriveListItemVersionClient) CreateDriveListItemVersion(ctx context.Context, id beta.GroupIdDriveIdListItemId, ...) (result CreateDriveListItemVersionOperationResponse, err error) + func (c DriveListItemVersionClient) DeleteDriveListItemVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdVersionId, ...) (result DeleteDriveListItemVersionOperationResponse, err error) + func (c DriveListItemVersionClient) GetDriveListItemVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdVersionId, ...) (result GetDriveListItemVersionOperationResponse, err error) + func (c DriveListItemVersionClient) GetDriveListItemVersionsCount(ctx context.Context, id beta.GroupIdDriveIdListItemId, ...) (result GetDriveListItemVersionsCountOperationResponse, err error) + func (c DriveListItemVersionClient) ListDriveListItemVersions(ctx context.Context, id beta.GroupIdDriveIdListItemId, ...) (result ListDriveListItemVersionsOperationResponse, err error) + func (c DriveListItemVersionClient) ListDriveListItemVersionsComplete(ctx context.Context, id beta.GroupIdDriveIdListItemId, ...) (ListDriveListItemVersionsCompleteResult, error) + func (c DriveListItemVersionClient) ListDriveListItemVersionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveIdListItemId, ...) (result ListDriveListItemVersionsCompleteResult, err error) + func (c DriveListItemVersionClient) RestoreDriveListItemVersionVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdVersionId, ...) (result RestoreDriveListItemVersionVersionOperationResponse, err error) + func (c DriveListItemVersionClient) UpdateDriveListItemVersion(ctx context.Context, id beta.GroupIdDriveIdListItemIdVersionId, ...) (result UpdateDriveListItemVersionOperationResponse, err error) + type GetDriveListItemVersionOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveListItemVersionOperationOptions() GetDriveListItemVersionOperationOptions + func (o GetDriveListItemVersionOperationOptions) ToHeaders() *client.Headers + func (o GetDriveListItemVersionOperationOptions) ToOData() *odata.Query + func (o GetDriveListItemVersionOperationOptions) ToQuery() *client.QueryParams + type GetDriveListItemVersionOperationResponse struct + HttpResponse *http.Response + Model beta.ListItemVersion + OData *odata.OData + type GetDriveListItemVersionsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveListItemVersionsCountOperationOptions() GetDriveListItemVersionsCountOperationOptions + func (o GetDriveListItemVersionsCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveListItemVersionsCountOperationOptions) ToOData() *odata.Query + func (o GetDriveListItemVersionsCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveListItemVersionsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDriveListItemVersionsCompleteResult struct + Items []beta.ListItemVersion + LatestHttpResponse *http.Response + type ListDriveListItemVersionsCustomPager struct + NextLink *odata.Link + func (p *ListDriveListItemVersionsCustomPager) NextPageLink() *odata.Link + type ListDriveListItemVersionsOperationOptions 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 DefaultListDriveListItemVersionsOperationOptions() ListDriveListItemVersionsOperationOptions + func (o ListDriveListItemVersionsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveListItemVersionsOperationOptions) ToOData() *odata.Query + func (o ListDriveListItemVersionsOperationOptions) ToQuery() *client.QueryParams + type ListDriveListItemVersionsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ListItemVersion + OData *odata.OData + type ListItemVersionOperationPredicate struct + func (p ListItemVersionOperationPredicate) Matches(input beta.ListItemVersion) bool + type RestoreDriveListItemVersionVersionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultRestoreDriveListItemVersionVersionOperationOptions() RestoreDriveListItemVersionVersionOperationOptions + func (o RestoreDriveListItemVersionVersionOperationOptions) ToHeaders() *client.Headers + func (o RestoreDriveListItemVersionVersionOperationOptions) ToOData() *odata.Query + func (o RestoreDriveListItemVersionVersionOperationOptions) ToQuery() *client.QueryParams + type RestoreDriveListItemVersionVersionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UpdateDriveListItemVersionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveListItemVersionOperationOptions() UpdateDriveListItemVersionOperationOptions + func (o UpdateDriveListItemVersionOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveListItemVersionOperationOptions) ToOData() *odata.Query + func (o UpdateDriveListItemVersionOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveListItemVersionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData