Documentation ¶
Index ¶
- type ParentNotebookRequestBuilder
- func (m *ParentNotebookRequestBuilder) CreateGetRequestInformation() (...)
- func (m *ParentNotebookRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ParentNotebookRequestBuilderGetRequestConfiguration) (...)
- func (m *ParentNotebookRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, ...)
- func (m *ParentNotebookRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ParentNotebookRequestBuilderGetRequestConfiguration, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, ...)
- type ParentNotebookRequestBuilderGetQueryParameters
- type ParentNotebookRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParentNotebookRequestBuilder ¶
type ParentNotebookRequestBuilder struct {
// contains filtered or unexported fields
}
ParentNotebookRequestBuilder provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity.
func NewParentNotebookRequestBuilder ¶
func NewParentNotebookRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ParentNotebookRequestBuilder
NewParentNotebookRequestBuilder instantiates a new ParentNotebookRequestBuilder and sets the default values.
func NewParentNotebookRequestBuilderInternal ¶
func NewParentNotebookRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ParentNotebookRequestBuilder
NewParentNotebookRequestBuilderInternal instantiates a new ParentNotebookRequestBuilder and sets the default values.
func (*ParentNotebookRequestBuilder) CreateGetRequestInformation ¶
func (m *ParentNotebookRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the notebook that contains the section group. Read-only.
func (*ParentNotebookRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ParentNotebookRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ParentNotebookRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the notebook that contains the section group. Read-only.
func (*ParentNotebookRequestBuilder) Get ¶
func (m *ParentNotebookRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, error)
Get the notebook that contains the section group. Read-only.
func (*ParentNotebookRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ParentNotebookRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ParentNotebookRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, error)
GetWithRequestConfigurationAndResponseHandler the notebook that contains the section group. Read-only.
type ParentNotebookRequestBuilderGetQueryParameters ¶
type ParentNotebookRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ParentNotebookRequestBuilderGetQueryParameters the notebook that contains the section group. Read-only.
type ParentNotebookRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ParentNotebookRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ParentNotebookRequestBuilderGetQueryParameters }
ParentNotebookRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.