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 DeleteInsightOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteInsightOperationOptions() DeleteInsightOperationOptions + func (o DeleteInsightOperationOptions) ToHeaders() *client.Headers + func (o DeleteInsightOperationOptions) ToOData() *odata.Query + func (o DeleteInsightOperationOptions) ToQuery() *client.QueryParams + type DeleteInsightOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetInsightOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetInsightOperationOptions() GetInsightOperationOptions + func (o GetInsightOperationOptions) ToHeaders() *client.Headers + func (o GetInsightOperationOptions) ToOData() *odata.Query + func (o GetInsightOperationOptions) ToQuery() *client.QueryParams + type GetInsightOperationResponse struct + HttpResponse *http.Response + Model *beta.ItemInsights + OData *odata.OData + type InsightClient struct + Client *msgraph.Client + func NewInsightClientWithBaseURI(sdkApi sdkEnv.Api) (*InsightClient, error) + func (c InsightClient) DeleteInsight(ctx context.Context, options DeleteInsightOperationOptions) (result DeleteInsightOperationResponse, err error) + func (c InsightClient) GetInsight(ctx context.Context, options GetInsightOperationOptions) (result GetInsightOperationResponse, err error) + func (c InsightClient) UpdateInsight(ctx context.Context, input beta.ItemInsights, ...) (result UpdateInsightOperationResponse, err error) + type UpdateInsightOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateInsightOperationOptions() UpdateInsightOperationOptions + func (o UpdateInsightOperationOptions) ToHeaders() *client.Headers + func (o UpdateInsightOperationOptions) ToOData() *odata.Query + func (o UpdateInsightOperationOptions) ToQuery() *client.QueryParams + type UpdateInsightOperationResponse struct + HttpResponse *http.Response + OData *odata.OData