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 DeleteUserExperienceAnalyticsOverviewOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteUserExperienceAnalyticsOverviewOperationOptions() DeleteUserExperienceAnalyticsOverviewOperationOptions + func (o DeleteUserExperienceAnalyticsOverviewOperationOptions) ToHeaders() *client.Headers + func (o DeleteUserExperienceAnalyticsOverviewOperationOptions) ToOData() *odata.Query + func (o DeleteUserExperienceAnalyticsOverviewOperationOptions) ToQuery() *client.QueryParams + type DeleteUserExperienceAnalyticsOverviewOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetUserExperienceAnalyticsOverviewOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetUserExperienceAnalyticsOverviewOperationOptions() GetUserExperienceAnalyticsOverviewOperationOptions + func (o GetUserExperienceAnalyticsOverviewOperationOptions) ToHeaders() *client.Headers + func (o GetUserExperienceAnalyticsOverviewOperationOptions) ToOData() *odata.Query + func (o GetUserExperienceAnalyticsOverviewOperationOptions) ToQuery() *client.QueryParams + type GetUserExperienceAnalyticsOverviewOperationResponse struct + HttpResponse *http.Response + Model *stable.UserExperienceAnalyticsOverview + OData *odata.OData + type UpdateUserExperienceAnalyticsOverviewOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateUserExperienceAnalyticsOverviewOperationOptions() UpdateUserExperienceAnalyticsOverviewOperationOptions + func (o UpdateUserExperienceAnalyticsOverviewOperationOptions) ToHeaders() *client.Headers + func (o UpdateUserExperienceAnalyticsOverviewOperationOptions) ToOData() *odata.Query + func (o UpdateUserExperienceAnalyticsOverviewOperationOptions) ToQuery() *client.QueryParams + type UpdateUserExperienceAnalyticsOverviewOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UserExperienceAnalyticsOverviewClient struct + Client *msgraph.Client + func NewUserExperienceAnalyticsOverviewClientWithBaseURI(sdkApi sdkEnv.Api) (*UserExperienceAnalyticsOverviewClient, error) + func (c UserExperienceAnalyticsOverviewClient) DeleteUserExperienceAnalyticsOverview(ctx context.Context, ...) (result DeleteUserExperienceAnalyticsOverviewOperationResponse, err error) + func (c UserExperienceAnalyticsOverviewClient) GetUserExperienceAnalyticsOverview(ctx context.Context, ...) (result GetUserExperienceAnalyticsOverviewOperationResponse, err error) + func (c UserExperienceAnalyticsOverviewClient) UpdateUserExperienceAnalyticsOverview(ctx context.Context, input stable.UserExperienceAnalyticsOverview, ...) (result UpdateUserExperienceAnalyticsOverviewOperationResponse, err error)