Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RootRequestBuilder ¶
type RootRequestBuilder struct {
// contains filtered or unexported fields
}
RootRequestBuilder provides operations to manage the root property of the microsoft.graph.sharedDriveItem entity.
func NewRootRequestBuilder ¶
func NewRootRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RootRequestBuilder
NewRootRequestBuilder instantiates a new RootRequestBuilder and sets the default values.
func NewRootRequestBuilderInternal ¶
func NewRootRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RootRequestBuilder
NewRootRequestBuilderInternal instantiates a new RootRequestBuilder and sets the default values.
func (*RootRequestBuilder) Content ¶
func (m *RootRequestBuilder) Content() *i6acd3775cb9cd4e49c82c22c62d11d5068123c10741f04935cf85b190363503c.ContentRequestBuilder
Content the content property
func (*RootRequestBuilder) CreateGetRequestInformation ¶
func (m *RootRequestBuilder) CreateGetRequestInformation(options *RootRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation used to access the underlying driveItem. Deprecated -- use driveItem instead.
func (*RootRequestBuilder) Get ¶
func (m *RootRequestBuilder) Get(options *RootRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, error)
Get used to access the underlying driveItem. Deprecated -- use driveItem instead.
type RootRequestBuilderGetOptions ¶
type RootRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *RootRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
RootRequestBuilderGetOptions options for Get
type RootRequestBuilderGetQueryParameters ¶
type RootRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
RootRequestBuilderGetQueryParameters used to access the underlying driveItem. Deprecated -- use driveItem instead.