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 DeleteDriveRootAnalyticsOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveRootAnalyticsOperationOptions() DeleteDriveRootAnalyticsOperationOptions + func (o DeleteDriveRootAnalyticsOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveRootAnalyticsOperationOptions) ToOData() *odata.Query + func (o DeleteDriveRootAnalyticsOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveRootAnalyticsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveRootAnalyticsClient struct + Client *msgraph.Client + func NewDriveRootAnalyticsClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootAnalyticsClient, error) + func (c DriveRootAnalyticsClient) DeleteDriveRootAnalytics(ctx context.Context, id beta.GroupIdDriveId, ...) (result DeleteDriveRootAnalyticsOperationResponse, err error) + func (c DriveRootAnalyticsClient) GetDriveRootAnalytic(ctx context.Context, id beta.GroupIdDriveId, ...) (result GetDriveRootAnalyticOperationResponse, err error) + func (c DriveRootAnalyticsClient) UpdateDriveRootAnalytic(ctx context.Context, id beta.GroupIdDriveId, input beta.ItemAnalytics, ...) (result UpdateDriveRootAnalyticOperationResponse, err error) + type GetDriveRootAnalyticOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveRootAnalyticOperationOptions() GetDriveRootAnalyticOperationOptions + func (o GetDriveRootAnalyticOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootAnalyticOperationOptions) ToOData() *odata.Query + func (o GetDriveRootAnalyticOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootAnalyticOperationResponse struct + HttpResponse *http.Response + Model *beta.ItemAnalytics + OData *odata.OData + type UpdateDriveRootAnalyticOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveRootAnalyticOperationOptions() UpdateDriveRootAnalyticOperationOptions + func (o UpdateDriveRootAnalyticOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveRootAnalyticOperationOptions) ToOData() *odata.Query + func (o UpdateDriveRootAnalyticOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveRootAnalyticOperationResponse struct + HttpResponse *http.Response + OData *odata.OData