Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type DeleteTeamworkOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteTeamworkOperationOptions() DeleteTeamworkOperationOptions + func (o DeleteTeamworkOperationOptions) ToHeaders() *client.Headers + func (o DeleteTeamworkOperationOptions) ToOData() *odata.Query + func (o DeleteTeamworkOperationOptions) ToQuery() *client.QueryParams + type DeleteTeamworkOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetTeamworkOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetTeamworkOperationOptions() GetTeamworkOperationOptions + func (o GetTeamworkOperationOptions) ToHeaders() *client.Headers + func (o GetTeamworkOperationOptions) ToOData() *odata.Query + func (o GetTeamworkOperationOptions) ToQuery() *client.QueryParams + type GetTeamworkOperationResponse struct + HttpResponse *http.Response + Model *beta.UserTeamwork + OData *odata.OData + type SendTeamworkActivityNotificationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSendTeamworkActivityNotificationOperationOptions() SendTeamworkActivityNotificationOperationOptions + func (o SendTeamworkActivityNotificationOperationOptions) ToHeaders() *client.Headers + func (o SendTeamworkActivityNotificationOperationOptions) ToOData() *odata.Query + func (o SendTeamworkActivityNotificationOperationOptions) ToQuery() *client.QueryParams + type SendTeamworkActivityNotificationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SendTeamworkActivityNotificationRequest struct + ActivityType nullable.Type[string] + ChainId nullable.Type[int64] + PreviewText *beta.ItemBody + TeamsAppId nullable.Type[string] + TemplateParameters *[]beta.KeyValuePair + Topic *beta.TeamworkActivityTopic + type TeamworkClient struct + Client *msgraph.Client + func NewTeamworkClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamworkClient, error) + func (c TeamworkClient) DeleteTeamwork(ctx context.Context, id beta.UserId, options DeleteTeamworkOperationOptions) (result DeleteTeamworkOperationResponse, err error) + func (c TeamworkClient) GetTeamwork(ctx context.Context, id beta.UserId, options GetTeamworkOperationOptions) (result GetTeamworkOperationResponse, err error) + func (c TeamworkClient) SendTeamworkActivityNotification(ctx context.Context, id beta.UserId, ...) (result SendTeamworkActivityNotificationOperationResponse, err error) + func (c TeamworkClient) UpdateTeamwork(ctx context.Context, id beta.UserId, input beta.UserTeamwork, ...) (result UpdateTeamworkOperationResponse, err error) + type UpdateTeamworkOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateTeamworkOperationOptions() UpdateTeamworkOperationOptions + func (o UpdateTeamworkOperationOptions) ToHeaders() *client.Headers + func (o UpdateTeamworkOperationOptions) ToOData() *odata.Query + func (o UpdateTeamworkOperationOptions) ToQuery() *client.QueryParams + type UpdateTeamworkOperationResponse struct + HttpResponse *http.Response + OData *odata.OData