Documentation ¶
Index ¶
- type GetUserInsightMonthlyInactiveUserOperationOptions
- type GetUserInsightMonthlyInactiveUserOperationResponse
- type GetUserInsightMonthlyInactiveUsersCountOperationOptions
- type GetUserInsightMonthlyInactiveUsersCountOperationResponse
- type ListUserInsightMonthlyInactiveUsersCompleteResult
- type ListUserInsightMonthlyInactiveUsersCustomPager
- type ListUserInsightMonthlyInactiveUsersOperationOptions
- type ListUserInsightMonthlyInactiveUsersOperationResponse
- type MonthlyInactiveUsersMetricOperationPredicate
- type UserInsightMonthlyInactiveUserClient
- func (c UserInsightMonthlyInactiveUserClient) GetUserInsightMonthlyInactiveUser(ctx context.Context, id beta.ReportUserInsightMonthlyInactiveUserId, ...) (result GetUserInsightMonthlyInactiveUserOperationResponse, err error)
- func (c UserInsightMonthlyInactiveUserClient) GetUserInsightMonthlyInactiveUsersCount(ctx context.Context, ...) (result GetUserInsightMonthlyInactiveUsersCountOperationResponse, err error)
- func (c UserInsightMonthlyInactiveUserClient) ListUserInsightMonthlyInactiveUsers(ctx context.Context, ...) (result ListUserInsightMonthlyInactiveUsersOperationResponse, err error)
- func (c UserInsightMonthlyInactiveUserClient) ListUserInsightMonthlyInactiveUsersComplete(ctx context.Context, ...) (ListUserInsightMonthlyInactiveUsersCompleteResult, error)
- func (c UserInsightMonthlyInactiveUserClient) ListUserInsightMonthlyInactiveUsersCompleteMatchingPredicate(ctx context.Context, ...) (result ListUserInsightMonthlyInactiveUsersCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserInsightMonthlyInactiveUserOperationOptions ¶
type GetUserInsightMonthlyInactiveUserOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightMonthlyInactiveUserOperationOptions ¶
func DefaultGetUserInsightMonthlyInactiveUserOperationOptions() GetUserInsightMonthlyInactiveUserOperationOptions
func (GetUserInsightMonthlyInactiveUserOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyInactiveUserOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyInactiveUserOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyInactiveUserOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyInactiveUserOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyInactiveUserOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightMonthlyInactiveUsersCountOperationOptions ¶
type GetUserInsightMonthlyInactiveUsersCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserInsightMonthlyInactiveUsersCountOperationOptions ¶
func DefaultGetUserInsightMonthlyInactiveUsersCountOperationOptions() GetUserInsightMonthlyInactiveUsersCountOperationOptions
func (GetUserInsightMonthlyInactiveUsersCountOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyInactiveUsersCountOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyInactiveUsersCountOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyInactiveUsersCountOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyInactiveUsersCountOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyInactiveUsersCountOperationOptions) ToQuery() *client.QueryParams
type ListUserInsightMonthlyInactiveUsersCompleteResult ¶
type ListUserInsightMonthlyInactiveUsersCompleteResult struct { LatestHttpResponse *http.Response Items []beta.MonthlyInactiveUsersMetric }
type ListUserInsightMonthlyInactiveUsersCustomPager ¶
type ListUserInsightMonthlyInactiveUsersCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListUserInsightMonthlyInactiveUsersCustomPager) NextPageLink ¶
func (p *ListUserInsightMonthlyInactiveUsersCustomPager) NextPageLink() *odata.Link
type ListUserInsightMonthlyInactiveUsersOperationOptions ¶
type ListUserInsightMonthlyInactiveUsersOperationOptions 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 DefaultListUserInsightMonthlyInactiveUsersOperationOptions ¶
func DefaultListUserInsightMonthlyInactiveUsersOperationOptions() ListUserInsightMonthlyInactiveUsersOperationOptions
func (ListUserInsightMonthlyInactiveUsersOperationOptions) ToHeaders ¶
func (o ListUserInsightMonthlyInactiveUsersOperationOptions) ToHeaders() *client.Headers
func (ListUserInsightMonthlyInactiveUsersOperationOptions) ToOData ¶
func (o ListUserInsightMonthlyInactiveUsersOperationOptions) ToOData() *odata.Query
func (ListUserInsightMonthlyInactiveUsersOperationOptions) ToQuery ¶
func (o ListUserInsightMonthlyInactiveUsersOperationOptions) ToQuery() *client.QueryParams
type MonthlyInactiveUsersMetricOperationPredicate ¶
type MonthlyInactiveUsersMetricOperationPredicate struct { }
func (MonthlyInactiveUsersMetricOperationPredicate) Matches ¶
func (p MonthlyInactiveUsersMetricOperationPredicate) Matches(input beta.MonthlyInactiveUsersMetric) bool
type UserInsightMonthlyInactiveUserClient ¶
func NewUserInsightMonthlyInactiveUserClientWithBaseURI ¶
func NewUserInsightMonthlyInactiveUserClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightMonthlyInactiveUserClient, error)
func (UserInsightMonthlyInactiveUserClient) GetUserInsightMonthlyInactiveUser ¶
func (c UserInsightMonthlyInactiveUserClient) GetUserInsightMonthlyInactiveUser(ctx context.Context, id beta.ReportUserInsightMonthlyInactiveUserId, options GetUserInsightMonthlyInactiveUserOperationOptions) (result GetUserInsightMonthlyInactiveUserOperationResponse, err error)
GetUserInsightMonthlyInactiveUser - Get inactiveUsers from reports
func (UserInsightMonthlyInactiveUserClient) GetUserInsightMonthlyInactiveUsersCount ¶
func (c UserInsightMonthlyInactiveUserClient) GetUserInsightMonthlyInactiveUsersCount(ctx context.Context, options GetUserInsightMonthlyInactiveUsersCountOperationOptions) (result GetUserInsightMonthlyInactiveUsersCountOperationResponse, err error)
GetUserInsightMonthlyInactiveUsersCount - Get the number of the resource
func (UserInsightMonthlyInactiveUserClient) ListUserInsightMonthlyInactiveUsers ¶
func (c UserInsightMonthlyInactiveUserClient) ListUserInsightMonthlyInactiveUsers(ctx context.Context, options ListUserInsightMonthlyInactiveUsersOperationOptions) (result ListUserInsightMonthlyInactiveUsersOperationResponse, err error)
ListUserInsightMonthlyInactiveUsers - Get inactiveUsers from reports
func (UserInsightMonthlyInactiveUserClient) ListUserInsightMonthlyInactiveUsersComplete ¶
func (c UserInsightMonthlyInactiveUserClient) ListUserInsightMonthlyInactiveUsersComplete(ctx context.Context, options ListUserInsightMonthlyInactiveUsersOperationOptions) (ListUserInsightMonthlyInactiveUsersCompleteResult, error)
ListUserInsightMonthlyInactiveUsersComplete retrieves all the results into a single object
func (UserInsightMonthlyInactiveUserClient) ListUserInsightMonthlyInactiveUsersCompleteMatchingPredicate ¶
func (c UserInsightMonthlyInactiveUserClient) ListUserInsightMonthlyInactiveUsersCompleteMatchingPredicate(ctx context.Context, options ListUserInsightMonthlyInactiveUsersOperationOptions, predicate MonthlyInactiveUsersMetricOperationPredicate) (result ListUserInsightMonthlyInactiveUsersCompleteResult, err error)
ListUserInsightMonthlyInactiveUsersCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.