Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceRequestBuilder ¶
type ResourceRequestBuilder struct {
// contains filtered or unexported fields
}
ResourceRequestBuilder provides operations to manage the resource property of the microsoft.graph.usedInsight entity.
func NewResourceRequestBuilder ¶
func NewResourceRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ResourceRequestBuilder
NewResourceRequestBuilder instantiates a new ResourceRequestBuilder and sets the default values.
func NewResourceRequestBuilderInternal ¶
func NewResourceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ResourceRequestBuilder
NewResourceRequestBuilderInternal instantiates a new ResourceRequestBuilder and sets the default values.
func (*ResourceRequestBuilder) CreateGetRequestInformation ¶
func (m *ResourceRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *ResourceRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation used for navigating to the item that was used. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.
func (*ResourceRequestBuilder) Get ¶
func (m *ResourceRequestBuilder) Get(ctx context.Context, requestConfiguration *ResourceRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Entityable, error)
Get used for navigating to the item that was used. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.
type ResourceRequestBuilderGetQueryParameters ¶
type ResourceRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ResourceRequestBuilderGetQueryParameters used for navigating to the item that was used. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.
type ResourceRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ResourceRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ResourceRequestBuilderGetQueryParameters }
ResourceRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.