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 DeleteSettingItemInsightOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteSettingItemInsightOperationOptions() DeleteSettingItemInsightOperationOptions + func (o DeleteSettingItemInsightOperationOptions) ToHeaders() *client.Headers + func (o DeleteSettingItemInsightOperationOptions) ToOData() *odata.Query + func (o DeleteSettingItemInsightOperationOptions) ToQuery() *client.QueryParams + type DeleteSettingItemInsightOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetSettingItemInsightOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetSettingItemInsightOperationOptions() GetSettingItemInsightOperationOptions + func (o GetSettingItemInsightOperationOptions) ToHeaders() *client.Headers + func (o GetSettingItemInsightOperationOptions) ToOData() *odata.Query + func (o GetSettingItemInsightOperationOptions) ToQuery() *client.QueryParams + type GetSettingItemInsightOperationResponse struct + HttpResponse *http.Response + Model *stable.UserInsightsSettings + OData *odata.OData + type SettingItemInsightClient struct + Client *msgraph.Client + func NewSettingItemInsightClientWithBaseURI(sdkApi sdkEnv.Api) (*SettingItemInsightClient, error) + func (c SettingItemInsightClient) DeleteSettingItemInsight(ctx context.Context, id stable.UserId, ...) (result DeleteSettingItemInsightOperationResponse, err error) + func (c SettingItemInsightClient) GetSettingItemInsight(ctx context.Context, id stable.UserId, ...) (result GetSettingItemInsightOperationResponse, err error) + func (c SettingItemInsightClient) UpdateSettingItemInsight(ctx context.Context, id stable.UserId, input stable.UserInsightsSettings, ...) (result UpdateSettingItemInsightOperationResponse, err error) + type UpdateSettingItemInsightOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateSettingItemInsightOperationOptions() UpdateSettingItemInsightOperationOptions + func (o UpdateSettingItemInsightOperationOptions) ToHeaders() *client.Headers + func (o UpdateSettingItemInsightOperationOptions) ToOData() *odata.Query + func (o UpdateSettingItemInsightOperationOptions) ToQuery() *client.QueryParams + type UpdateSettingItemInsightOperationResponse struct + HttpResponse *http.Response + OData *odata.OData