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 DeleteDriveItemAnalyticsOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveItemAnalyticsOperationOptions() DeleteDriveItemAnalyticsOperationOptions + func (o DeleteDriveItemAnalyticsOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveItemAnalyticsOperationOptions) ToOData() *odata.Query + func (o DeleteDriveItemAnalyticsOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveItemAnalyticsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveItemAnalyticsClient struct + Client *msgraph.Client + func NewDriveItemAnalyticsClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemAnalyticsClient, error) + func (c DriveItemAnalyticsClient) DeleteDriveItemAnalytics(ctx context.Context, id stable.MeDriveIdItemId, ...) (result DeleteDriveItemAnalyticsOperationResponse, err error) + func (c DriveItemAnalyticsClient) GetDriveItemAnalytic(ctx context.Context, id stable.MeDriveIdItemId, ...) (result GetDriveItemAnalyticOperationResponse, err error) + func (c DriveItemAnalyticsClient) UpdateDriveItemAnalytic(ctx context.Context, id stable.MeDriveIdItemId, input stable.ItemAnalytics, ...) (result UpdateDriveItemAnalyticOperationResponse, err error) + type GetDriveItemAnalyticOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveItemAnalyticOperationOptions() GetDriveItemAnalyticOperationOptions + func (o GetDriveItemAnalyticOperationOptions) ToHeaders() *client.Headers + func (o GetDriveItemAnalyticOperationOptions) ToOData() *odata.Query + func (o GetDriveItemAnalyticOperationOptions) ToQuery() *client.QueryParams + type GetDriveItemAnalyticOperationResponse struct + HttpResponse *http.Response + Model *stable.ItemAnalytics + OData *odata.OData + type UpdateDriveItemAnalyticOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveItemAnalyticOperationOptions() UpdateDriveItemAnalyticOperationOptions + func (o UpdateDriveItemAnalyticOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveItemAnalyticOperationOptions) ToOData() *odata.Query + func (o UpdateDriveItemAnalyticOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveItemAnalyticOperationResponse struct + HttpResponse *http.Response + OData *odata.OData