monthlyprintusagesummariesbyuser

package
v0.20241111.1164443 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateMonthlyPrintUsageSummariesByUserOperationOptions

type CreateMonthlyPrintUsageSummariesByUserOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateMonthlyPrintUsageSummariesByUserOperationOptions

func DefaultCreateMonthlyPrintUsageSummariesByUserOperationOptions() CreateMonthlyPrintUsageSummariesByUserOperationOptions

func (CreateMonthlyPrintUsageSummariesByUserOperationOptions) ToHeaders

func (CreateMonthlyPrintUsageSummariesByUserOperationOptions) ToOData

func (CreateMonthlyPrintUsageSummariesByUserOperationOptions) ToQuery

type CreateMonthlyPrintUsageSummariesByUserOperationResponse

type CreateMonthlyPrintUsageSummariesByUserOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PrintUsageByUser
}

type DeleteMonthlyPrintUsageSummariesByUserOperationOptions

type DeleteMonthlyPrintUsageSummariesByUserOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteMonthlyPrintUsageSummariesByUserOperationOptions

func DefaultDeleteMonthlyPrintUsageSummariesByUserOperationOptions() DeleteMonthlyPrintUsageSummariesByUserOperationOptions

func (DeleteMonthlyPrintUsageSummariesByUserOperationOptions) ToHeaders

func (DeleteMonthlyPrintUsageSummariesByUserOperationOptions) ToOData

func (DeleteMonthlyPrintUsageSummariesByUserOperationOptions) ToQuery

type DeleteMonthlyPrintUsageSummariesByUserOperationResponse

type DeleteMonthlyPrintUsageSummariesByUserOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetMonthlyPrintUsageSummariesByUserCountOperationOptions

type GetMonthlyPrintUsageSummariesByUserCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetMonthlyPrintUsageSummariesByUserCountOperationOptions) ToHeaders

func (GetMonthlyPrintUsageSummariesByUserCountOperationOptions) ToOData

func (GetMonthlyPrintUsageSummariesByUserCountOperationOptions) ToQuery

type GetMonthlyPrintUsageSummariesByUserCountOperationResponse

type GetMonthlyPrintUsageSummariesByUserCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type GetMonthlyPrintUsageSummariesByUserOperationOptions

type GetMonthlyPrintUsageSummariesByUserOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetMonthlyPrintUsageSummariesByUserOperationOptions

func DefaultGetMonthlyPrintUsageSummariesByUserOperationOptions() GetMonthlyPrintUsageSummariesByUserOperationOptions

func (GetMonthlyPrintUsageSummariesByUserOperationOptions) ToHeaders

func (GetMonthlyPrintUsageSummariesByUserOperationOptions) ToOData

func (GetMonthlyPrintUsageSummariesByUserOperationOptions) ToQuery

type GetMonthlyPrintUsageSummariesByUserOperationResponse

type GetMonthlyPrintUsageSummariesByUserOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PrintUsageByUser
}

type ListMonthlyPrintUsageSummariesByUsersCompleteResult

type ListMonthlyPrintUsageSummariesByUsersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.PrintUsageByUser
}

type ListMonthlyPrintUsageSummariesByUsersCustomPager

type ListMonthlyPrintUsageSummariesByUsersCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListMonthlyPrintUsageSummariesByUsersOperationOptions

type ListMonthlyPrintUsageSummariesByUsersOperationOptions 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 DefaultListMonthlyPrintUsageSummariesByUsersOperationOptions

func DefaultListMonthlyPrintUsageSummariesByUsersOperationOptions() ListMonthlyPrintUsageSummariesByUsersOperationOptions

func (ListMonthlyPrintUsageSummariesByUsersOperationOptions) ToHeaders

func (ListMonthlyPrintUsageSummariesByUsersOperationOptions) ToOData

func (ListMonthlyPrintUsageSummariesByUsersOperationOptions) ToQuery

type ListMonthlyPrintUsageSummariesByUsersOperationResponse

type ListMonthlyPrintUsageSummariesByUsersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.PrintUsageByUser
}

type MonthlyPrintUsageSummariesByUserClient

type MonthlyPrintUsageSummariesByUserClient struct {
	Client *msgraph.Client
}

func NewMonthlyPrintUsageSummariesByUserClientWithBaseURI

func NewMonthlyPrintUsageSummariesByUserClientWithBaseURI(sdkApi sdkEnv.Api) (*MonthlyPrintUsageSummariesByUserClient, error)

func (MonthlyPrintUsageSummariesByUserClient) CreateMonthlyPrintUsageSummariesByUser

CreateMonthlyPrintUsageSummariesByUser - Create new navigation property to monthlyPrintUsageSummariesByUser for reports

func (MonthlyPrintUsageSummariesByUserClient) DeleteMonthlyPrintUsageSummariesByUser

DeleteMonthlyPrintUsageSummariesByUser - Delete navigation property monthlyPrintUsageSummariesByUser for reports

func (MonthlyPrintUsageSummariesByUserClient) GetMonthlyPrintUsageSummariesByUser

GetMonthlyPrintUsageSummariesByUser - Get monthlyPrintUsageSummariesByUser from reports

func (MonthlyPrintUsageSummariesByUserClient) GetMonthlyPrintUsageSummariesByUserCount

GetMonthlyPrintUsageSummariesByUserCount - Get the number of the resource

func (MonthlyPrintUsageSummariesByUserClient) ListMonthlyPrintUsageSummariesByUsers

ListMonthlyPrintUsageSummariesByUsers - Get monthlyPrintUsageSummariesByUser from reports

func (MonthlyPrintUsageSummariesByUserClient) ListMonthlyPrintUsageSummariesByUsersComplete

ListMonthlyPrintUsageSummariesByUsersComplete retrieves all the results into a single object

func (MonthlyPrintUsageSummariesByUserClient) ListMonthlyPrintUsageSummariesByUsersCompleteMatchingPredicate

ListMonthlyPrintUsageSummariesByUsersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MonthlyPrintUsageSummariesByUserClient) UpdateMonthlyPrintUsageSummariesByUser

UpdateMonthlyPrintUsageSummariesByUser - Update the navigation property monthlyPrintUsageSummariesByUser in reports

type PrintUsageByUserOperationPredicate

type PrintUsageByUserOperationPredicate struct {
}

func (PrintUsageByUserOperationPredicate) Matches

type UpdateMonthlyPrintUsageSummariesByUserOperationOptions

type UpdateMonthlyPrintUsageSummariesByUserOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateMonthlyPrintUsageSummariesByUserOperationOptions

func DefaultUpdateMonthlyPrintUsageSummariesByUserOperationOptions() UpdateMonthlyPrintUsageSummariesByUserOperationOptions

func (UpdateMonthlyPrintUsageSummariesByUserOperationOptions) ToHeaders

func (UpdateMonthlyPrintUsageSummariesByUserOperationOptions) ToOData

func (UpdateMonthlyPrintUsageSummariesByUserOperationOptions) ToQuery

type UpdateMonthlyPrintUsageSummariesByUserOperationResponse

type UpdateMonthlyPrintUsageSummariesByUserOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL