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 CreateInsightTrendingOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateInsightTrendingOperationOptions() CreateInsightTrendingOperationOptions + func (o CreateInsightTrendingOperationOptions) ToHeaders() *client.Headers + func (o CreateInsightTrendingOperationOptions) ToOData() *odata.Query + func (o CreateInsightTrendingOperationOptions) ToQuery() *client.QueryParams + type CreateInsightTrendingOperationResponse struct + HttpResponse *http.Response + Model *stable.Trending + OData *odata.OData + type DeleteInsightTrendingOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteInsightTrendingOperationOptions() DeleteInsightTrendingOperationOptions + func (o DeleteInsightTrendingOperationOptions) ToHeaders() *client.Headers + func (o DeleteInsightTrendingOperationOptions) ToOData() *odata.Query + func (o DeleteInsightTrendingOperationOptions) ToQuery() *client.QueryParams + type DeleteInsightTrendingOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetInsightTrendingCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetInsightTrendingCountOperationOptions() GetInsightTrendingCountOperationOptions + func (o GetInsightTrendingCountOperationOptions) ToHeaders() *client.Headers + func (o GetInsightTrendingCountOperationOptions) ToOData() *odata.Query + func (o GetInsightTrendingCountOperationOptions) ToQuery() *client.QueryParams + type GetInsightTrendingCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetInsightTrendingOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetInsightTrendingOperationOptions() GetInsightTrendingOperationOptions + func (o GetInsightTrendingOperationOptions) ToHeaders() *client.Headers + func (o GetInsightTrendingOperationOptions) ToOData() *odata.Query + func (o GetInsightTrendingOperationOptions) ToQuery() *client.QueryParams + type GetInsightTrendingOperationResponse struct + HttpResponse *http.Response + Model *stable.Trending + OData *odata.OData + type InsightTrendingClient struct + Client *msgraph.Client + func NewInsightTrendingClientWithBaseURI(sdkApi sdkEnv.Api) (*InsightTrendingClient, error) + func (c InsightTrendingClient) CreateInsightTrending(ctx context.Context, id stable.UserId, input stable.Trending, ...) (result CreateInsightTrendingOperationResponse, err error) + func (c InsightTrendingClient) DeleteInsightTrending(ctx context.Context, id stable.UserIdInsightTrendingId, ...) (result DeleteInsightTrendingOperationResponse, err error) + func (c InsightTrendingClient) GetInsightTrending(ctx context.Context, id stable.UserIdInsightTrendingId, ...) (result GetInsightTrendingOperationResponse, err error) + func (c InsightTrendingClient) GetInsightTrendingCount(ctx context.Context, id stable.UserId, ...) (result GetInsightTrendingCountOperationResponse, err error) + func (c InsightTrendingClient) ListInsightTrendings(ctx context.Context, id stable.UserId, ...) (result ListInsightTrendingsOperationResponse, err error) + func (c InsightTrendingClient) ListInsightTrendingsComplete(ctx context.Context, id stable.UserId, ...) (ListInsightTrendingsCompleteResult, error) + func (c InsightTrendingClient) ListInsightTrendingsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListInsightTrendingsCompleteResult, err error) + func (c InsightTrendingClient) UpdateInsightTrending(ctx context.Context, id stable.UserIdInsightTrendingId, input stable.Trending, ...) (result UpdateInsightTrendingOperationResponse, err error) + type ListInsightTrendingsCompleteResult struct + Items []stable.Trending + LatestHttpResponse *http.Response + type ListInsightTrendingsCustomPager struct + NextLink *odata.Link + func (p *ListInsightTrendingsCustomPager) NextPageLink() *odata.Link + type ListInsightTrendingsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListInsightTrendingsOperationOptions() ListInsightTrendingsOperationOptions + func (o ListInsightTrendingsOperationOptions) ToHeaders() *client.Headers + func (o ListInsightTrendingsOperationOptions) ToOData() *odata.Query + func (o ListInsightTrendingsOperationOptions) ToQuery() *client.QueryParams + type ListInsightTrendingsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Trending + OData *odata.OData + type TrendingOperationPredicate struct + func (p TrendingOperationPredicate) Matches(input stable.Trending) bool + type UpdateInsightTrendingOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateInsightTrendingOperationOptions() UpdateInsightTrendingOperationOptions + func (o UpdateInsightTrendingOperationOptions) ToHeaders() *client.Headers + func (o UpdateInsightTrendingOperationOptions) ToOData() *odata.Query + func (o UpdateInsightTrendingOperationOptions) ToQuery() *client.QueryParams + type UpdateInsightTrendingOperationResponse struct + HttpResponse *http.Response + OData *odata.OData