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 DailyInactiveUsersByApplicationMetricOperationPredicate struct + func (p DailyInactiveUsersByApplicationMetricOperationPredicate) Matches(input beta.DailyInactiveUsersByApplicationMetric) bool + type GetUserInsightDailyInactiveUsersByApplicationCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetUserInsightDailyInactiveUsersByApplicationCountOperationOptions() GetUserInsightDailyInactiveUsersByApplicationCountOperationOptions + func (o GetUserInsightDailyInactiveUsersByApplicationCountOperationOptions) ToHeaders() *client.Headers + func (o GetUserInsightDailyInactiveUsersByApplicationCountOperationOptions) ToOData() *odata.Query + func (o GetUserInsightDailyInactiveUsersByApplicationCountOperationOptions) ToQuery() *client.QueryParams + type GetUserInsightDailyInactiveUsersByApplicationCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetUserInsightDailyInactiveUsersByApplicationOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetUserInsightDailyInactiveUsersByApplicationOperationOptions() GetUserInsightDailyInactiveUsersByApplicationOperationOptions + func (o GetUserInsightDailyInactiveUsersByApplicationOperationOptions) ToHeaders() *client.Headers + func (o GetUserInsightDailyInactiveUsersByApplicationOperationOptions) ToOData() *odata.Query + func (o GetUserInsightDailyInactiveUsersByApplicationOperationOptions) ToQuery() *client.QueryParams + type GetUserInsightDailyInactiveUsersByApplicationOperationResponse struct + HttpResponse *http.Response + Model *beta.DailyInactiveUsersByApplicationMetric + OData *odata.OData + type ListUserInsightDailyInactiveUsersByApplicationsCompleteResult struct + Items []beta.DailyInactiveUsersByApplicationMetric + LatestHttpResponse *http.Response + type ListUserInsightDailyInactiveUsersByApplicationsCustomPager struct + NextLink *odata.Link + func (p *ListUserInsightDailyInactiveUsersByApplicationsCustomPager) NextPageLink() *odata.Link + type ListUserInsightDailyInactiveUsersByApplicationsOperationOptions 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 DefaultListUserInsightDailyInactiveUsersByApplicationsOperationOptions() ListUserInsightDailyInactiveUsersByApplicationsOperationOptions + func (o ListUserInsightDailyInactiveUsersByApplicationsOperationOptions) ToHeaders() *client.Headers + func (o ListUserInsightDailyInactiveUsersByApplicationsOperationOptions) ToOData() *odata.Query + func (o ListUserInsightDailyInactiveUsersByApplicationsOperationOptions) ToQuery() *client.QueryParams + type ListUserInsightDailyInactiveUsersByApplicationsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DailyInactiveUsersByApplicationMetric + OData *odata.OData + type UserInsightDailyInactiveUsersByApplicationClient struct + Client *msgraph.Client + func NewUserInsightDailyInactiveUsersByApplicationClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightDailyInactiveUsersByApplicationClient, error) + func (c UserInsightDailyInactiveUsersByApplicationClient) GetUserInsightDailyInactiveUsersByApplication(ctx context.Context, ...) (result GetUserInsightDailyInactiveUsersByApplicationOperationResponse, ...) + func (c UserInsightDailyInactiveUsersByApplicationClient) GetUserInsightDailyInactiveUsersByApplicationCount(ctx context.Context, ...) (result GetUserInsightDailyInactiveUsersByApplicationCountOperationResponse, ...) + func (c UserInsightDailyInactiveUsersByApplicationClient) ListUserInsightDailyInactiveUsersByApplications(ctx context.Context, ...) (result ListUserInsightDailyInactiveUsersByApplicationsOperationResponse, ...) + func (c UserInsightDailyInactiveUsersByApplicationClient) ListUserInsightDailyInactiveUsersByApplicationsComplete(ctx context.Context, ...) (ListUserInsightDailyInactiveUsersByApplicationsCompleteResult, error) + func (c UserInsightDailyInactiveUsersByApplicationClient) ListUserInsightDailyInactiveUsersByApplicationsCompleteMatchingPredicate(ctx context.Context, ...) (result ListUserInsightDailyInactiveUsersByApplicationsCompleteResult, ...)