Documentation
¶
Index ¶
- type MonthlyPrintUsageByPrinterRequestBuilder
- func (m *MonthlyPrintUsageByPrinterRequestBuilder) Count() ...
- func (m *MonthlyPrintUsageByPrinterRequestBuilder) CreateGetRequestInformation(options *MonthlyPrintUsageByPrinterRequestBuilderGetOptions) (...)
- func (m *MonthlyPrintUsageByPrinterRequestBuilder) CreatePostRequestInformation(options *MonthlyPrintUsageByPrinterRequestBuilderPostOptions) (...)
- func (m *MonthlyPrintUsageByPrinterRequestBuilder) Get(options *MonthlyPrintUsageByPrinterRequestBuilderGetOptions) (...)
- func (m *MonthlyPrintUsageByPrinterRequestBuilder) Post(options *MonthlyPrintUsageByPrinterRequestBuilderPostOptions) (...)
- type MonthlyPrintUsageByPrinterRequestBuilderGetOptions
- type MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters
- type MonthlyPrintUsageByPrinterRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonthlyPrintUsageByPrinterRequestBuilder ¶
type MonthlyPrintUsageByPrinterRequestBuilder struct {
// contains filtered or unexported fields
}
MonthlyPrintUsageByPrinterRequestBuilder provides operations to manage the monthlyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity.
func NewMonthlyPrintUsageByPrinterRequestBuilder ¶
func NewMonthlyPrintUsageByPrinterRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MonthlyPrintUsageByPrinterRequestBuilder
NewMonthlyPrintUsageByPrinterRequestBuilder instantiates a new MonthlyPrintUsageByPrinterRequestBuilder and sets the default values.
func NewMonthlyPrintUsageByPrinterRequestBuilderInternal ¶
func NewMonthlyPrintUsageByPrinterRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MonthlyPrintUsageByPrinterRequestBuilder
NewMonthlyPrintUsageByPrinterRequestBuilderInternal instantiates a new MonthlyPrintUsageByPrinterRequestBuilder and sets the default values.
func (*MonthlyPrintUsageByPrinterRequestBuilder) CreateGetRequestInformation ¶
func (m *MonthlyPrintUsageByPrinterRequestBuilder) CreateGetRequestInformation(options *MonthlyPrintUsageByPrinterRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get monthlyPrintUsageByPrinter from reports
func (*MonthlyPrintUsageByPrinterRequestBuilder) CreatePostRequestInformation ¶
func (m *MonthlyPrintUsageByPrinterRequestBuilder) CreatePostRequestInformation(options *MonthlyPrintUsageByPrinterRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation create new navigation property to monthlyPrintUsageByPrinter for reports
func (*MonthlyPrintUsageByPrinterRequestBuilder) Get ¶
func (m *MonthlyPrintUsageByPrinterRequestBuilder) Get(options *MonthlyPrintUsageByPrinterRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintUsageByPrinterCollectionResponseable, error)
Get get monthlyPrintUsageByPrinter from reports
func (*MonthlyPrintUsageByPrinterRequestBuilder) Post ¶
func (m *MonthlyPrintUsageByPrinterRequestBuilder) Post(options *MonthlyPrintUsageByPrinterRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintUsageByPrinterable, error)
Post create new navigation property to monthlyPrintUsageByPrinter for reports
type MonthlyPrintUsageByPrinterRequestBuilderGetOptions ¶
type MonthlyPrintUsageByPrinterRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
MonthlyPrintUsageByPrinterRequestBuilderGetOptions options for Get
type MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters ¶
type MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool
// Expand related entities
Expand []string
// Filter items by property values
Filter *string
// Order items by property values
Orderby []string
// Search items by search phrases
Search *string
// Select properties to be returned
Select []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters get monthlyPrintUsageByPrinter from reports
type MonthlyPrintUsageByPrinterRequestBuilderPostOptions ¶
type MonthlyPrintUsageByPrinterRequestBuilderPostOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintUsageByPrinterable
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
MonthlyPrintUsageByPrinterRequestBuilderPostOptions options for Post