Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupRequestBuilder ¶
type GroupRequestBuilder struct {
// contains filtered or unexported fields
}
GroupRequestBuilder provides operations to manage the group property of the microsoft.graph.educationClass entity.
func NewGroupRequestBuilder ¶
func NewGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GroupRequestBuilder
NewGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.
func NewGroupRequestBuilderInternal ¶
func NewGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GroupRequestBuilder
NewGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.
func (*GroupRequestBuilder) CreateGetRequestInformation ¶
func (m *GroupRequestBuilder) CreateGetRequestInformation(options *GroupRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the underlying Microsoft 365 group object.
func (*GroupRequestBuilder) Get ¶
func (m *GroupRequestBuilder) Get(options *GroupRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable, error)
Get the underlying Microsoft 365 group object.
type GroupRequestBuilderGetOptions ¶
type GroupRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *GroupRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
GroupRequestBuilderGetOptions options for Get
type GroupRequestBuilderGetQueryParameters ¶
type GroupRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
GroupRequestBuilderGetQueryParameters the underlying Microsoft 365 group object.
Click to show internal directories.
Click to hide internal directories.