Documentation
¶
Index ¶
- type PrinterRequestBuilder
- func (m *PrinterRequestBuilder) CreateGetRequestInformation() (...)
- func (m *PrinterRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PrinterRequestBuilderGetRequestConfiguration) (...)
- func (m *PrinterRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Printerable, ...)
- type PrinterRequestBuilderGetQueryParameters
- type PrinterRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrinterRequestBuilder ¶
type PrinterRequestBuilder struct {
// contains filtered or unexported fields
}
PrinterRequestBuilder provides operations to manage the printer property of the microsoft.graph.printerShare entity.
func NewPrinterRequestBuilder ¶
func NewPrinterRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrinterRequestBuilder
NewPrinterRequestBuilder instantiates a new PrinterRequestBuilder and sets the default values.
func NewPrinterRequestBuilderInternal ¶
func NewPrinterRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrinterRequestBuilder
NewPrinterRequestBuilderInternal instantiates a new PrinterRequestBuilder and sets the default values.
func (*PrinterRequestBuilder) CreateGetRequestInformation ¶
func (m *PrinterRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the printer that this printer share is related to.
func (*PrinterRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PrinterRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PrinterRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the printer that this printer share is related to.
func (*PrinterRequestBuilder) Get ¶
func (m *PrinterRequestBuilder) Get(ctx context.Context, requestConfiguration *PrinterRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Printerable, error)
Get the printer that this printer share is related to.
type PrinterRequestBuilderGetQueryParameters ¶
type PrinterRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
PrinterRequestBuilderGetQueryParameters the printer that this printer share is related to.
type PrinterRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type PrinterRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *PrinterRequestBuilderGetQueryParameters
}
PrinterRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.