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 DeleteUserInsightDailyOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteUserInsightDailyOperationOptions() DeleteUserInsightDailyOperationOptions + func (o DeleteUserInsightDailyOperationOptions) ToHeaders() *client.Headers + func (o DeleteUserInsightDailyOperationOptions) ToOData() *odata.Query + func (o DeleteUserInsightDailyOperationOptions) ToQuery() *client.QueryParams + type DeleteUserInsightDailyOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetUserInsightDailyOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetUserInsightDailyOperationOptions() GetUserInsightDailyOperationOptions + func (o GetUserInsightDailyOperationOptions) ToHeaders() *client.Headers + func (o GetUserInsightDailyOperationOptions) ToOData() *odata.Query + func (o GetUserInsightDailyOperationOptions) ToQuery() *client.QueryParams + type GetUserInsightDailyOperationResponse struct + HttpResponse *http.Response + Model *beta.DailyUserInsightMetricsRoot + OData *odata.OData + type UpdateUserInsightDailyOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateUserInsightDailyOperationOptions() UpdateUserInsightDailyOperationOptions + func (o UpdateUserInsightDailyOperationOptions) ToHeaders() *client.Headers + func (o UpdateUserInsightDailyOperationOptions) ToOData() *odata.Query + func (o UpdateUserInsightDailyOperationOptions) ToQuery() *client.QueryParams + type UpdateUserInsightDailyOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UserInsightDailyClient struct + Client *msgraph.Client + func NewUserInsightDailyClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightDailyClient, error) + func (c UserInsightDailyClient) DeleteUserInsightDaily(ctx context.Context, options DeleteUserInsightDailyOperationOptions) (result DeleteUserInsightDailyOperationResponse, err error) + func (c UserInsightDailyClient) GetUserInsightDaily(ctx context.Context, options GetUserInsightDailyOperationOptions) (result GetUserInsightDailyOperationResponse, err error) + func (c UserInsightDailyClient) UpdateUserInsightDaily(ctx context.Context, input beta.DailyUserInsightMetricsRoot, ...) (result UpdateUserInsightDailyOperationResponse, err error)