Documentation ¶
Index ¶
- type SharedWithTeamsRequestBuilder
- func (m *SharedWithTeamsRequestBuilder) Count() ...
- func (m *SharedWithTeamsRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *SharedWithTeamsRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *SharedWithTeamsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *SharedWithTeamsRequestBuilder) Post(ctx context.Context, ...) (...)
- type SharedWithTeamsRequestBuilderGetQueryParameters
- type SharedWithTeamsRequestBuilderGetRequestConfiguration
- type SharedWithTeamsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharedWithTeamsRequestBuilder ¶
type SharedWithTeamsRequestBuilder struct {
// contains filtered or unexported fields
}
SharedWithTeamsRequestBuilder provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity.
func NewSharedWithTeamsRequestBuilder ¶
func NewSharedWithTeamsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SharedWithTeamsRequestBuilder
NewSharedWithTeamsRequestBuilder instantiates a new SharedWithTeamsRequestBuilder and sets the default values.
func NewSharedWithTeamsRequestBuilderInternal ¶
func NewSharedWithTeamsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SharedWithTeamsRequestBuilder
NewSharedWithTeamsRequestBuilderInternal instantiates a new SharedWithTeamsRequestBuilder and sets the default values.
func (*SharedWithTeamsRequestBuilder) Count ¶
func (m *SharedWithTeamsRequestBuilder) Count() *i1e3872ecdafe9f511621fc6e1a8ad20bf2345403b95bdcf255b88ff9603ad460.CountRequestBuilder
Count the Count property
func (*SharedWithTeamsRequestBuilder) CreateGetRequestInformation ¶
func (m *SharedWithTeamsRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *SharedWithTeamsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a **membershipType** value of `shared`.
func (*SharedWithTeamsRequestBuilder) CreatePostRequestInformation ¶
func (m *SharedWithTeamsRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable, requestConfiguration *SharedWithTeamsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to sharedWithTeams for teams
func (*SharedWithTeamsRequestBuilder) Get ¶
func (m *SharedWithTeamsRequestBuilder) Get(ctx context.Context, requestConfiguration *SharedWithTeamsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoCollectionResponseable, error)
Get get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a **membershipType** value of `shared`.
func (*SharedWithTeamsRequestBuilder) Post ¶
func (m *SharedWithTeamsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable, requestConfiguration *SharedWithTeamsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable, error)
Post create new navigation property to sharedWithTeams for teams
type SharedWithTeamsRequestBuilderGetQueryParameters ¶
type SharedWithTeamsRequestBuilderGetQueryParameters struct { bool `uriparametername:"%24count"` Expand []string `uriparametername:"%24expand"` Filter *string `uriparametername:"%24filter"` Orderby []string `uriparametername:"%24orderby"` Search *string `uriparametername:"%24search"` Select []string `uriparametername:"%24select"` Skip *int32 `uriparametername:"%24skip"` Top *int32 `uriparametername:"%24top"` }Count *
SharedWithTeamsRequestBuilderGetQueryParameters get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a **membershipType** value of `shared`.
type SharedWithTeamsRequestBuilderGetRequestConfiguration ¶
type SharedWithTeamsRequestBuilderGetRequestConfiguration struct { string]string Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption QueryParameters *SharedWithTeamsRequestBuilderGetQueryParameters }Headers map[
SharedWithTeamsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SharedWithTeamsRequestBuilderPostRequestConfiguration ¶
type SharedWithTeamsRequestBuilderPostRequestConfiguration struct { string]string Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }Headers map[
SharedWithTeamsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.