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