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