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 ChatOperationClient struct + Client *msgraph.Client + func NewChatOperationClientWithBaseURI(sdkApi sdkEnv.Api) (*ChatOperationClient, error) + func (c ChatOperationClient) CreateChatOperation(ctx context.Context, id beta.MeChatId, input beta.TeamsAsyncOperation, ...) (result CreateChatOperationOperationResponse, err error) + func (c ChatOperationClient) DeleteChatOperation(ctx context.Context, id beta.MeChatIdOperationId, ...) (result DeleteChatOperationOperationResponse, err error) + func (c ChatOperationClient) GetChatOperation(ctx context.Context, id beta.MeChatIdOperationId, ...) (result GetChatOperationOperationResponse, err error) + func (c ChatOperationClient) GetChatOperationsCount(ctx context.Context, id beta.MeChatId, ...) (result GetChatOperationsCountOperationResponse, err error) + func (c ChatOperationClient) ListChatOperations(ctx context.Context, id beta.MeChatId, ...) (result ListChatOperationsOperationResponse, err error) + func (c ChatOperationClient) ListChatOperationsComplete(ctx context.Context, id beta.MeChatId, ...) (ListChatOperationsCompleteResult, error) + func (c ChatOperationClient) ListChatOperationsCompleteMatchingPredicate(ctx context.Context, id beta.MeChatId, ...) (result ListChatOperationsCompleteResult, err error) + func (c ChatOperationClient) UpdateChatOperation(ctx context.Context, id beta.MeChatIdOperationId, ...) (result UpdateChatOperationOperationResponse, err error) + type CreateChatOperationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateChatOperationOperationOptions() CreateChatOperationOperationOptions + func (o CreateChatOperationOperationOptions) ToHeaders() *client.Headers + func (o CreateChatOperationOperationOptions) ToOData() *odata.Query + func (o CreateChatOperationOperationOptions) ToQuery() *client.QueryParams + type CreateChatOperationOperationResponse struct + HttpResponse *http.Response + Model *beta.TeamsAsyncOperation + OData *odata.OData + type DeleteChatOperationOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteChatOperationOperationOptions() DeleteChatOperationOperationOptions + func (o DeleteChatOperationOperationOptions) ToHeaders() *client.Headers + func (o DeleteChatOperationOperationOptions) ToOData() *odata.Query + func (o DeleteChatOperationOperationOptions) ToQuery() *client.QueryParams + type DeleteChatOperationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetChatOperationOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetChatOperationOperationOptions() GetChatOperationOperationOptions + func (o GetChatOperationOperationOptions) ToHeaders() *client.Headers + func (o GetChatOperationOperationOptions) ToOData() *odata.Query + func (o GetChatOperationOperationOptions) ToQuery() *client.QueryParams + type GetChatOperationOperationResponse struct + HttpResponse *http.Response + Model *beta.TeamsAsyncOperation + OData *odata.OData + type GetChatOperationsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetChatOperationsCountOperationOptions() GetChatOperationsCountOperationOptions + func (o GetChatOperationsCountOperationOptions) ToHeaders() *client.Headers + func (o GetChatOperationsCountOperationOptions) ToOData() *odata.Query + func (o GetChatOperationsCountOperationOptions) ToQuery() *client.QueryParams + type GetChatOperationsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListChatOperationsCompleteResult struct + Items []beta.TeamsAsyncOperation + LatestHttpResponse *http.Response + type ListChatOperationsCustomPager struct + NextLink *odata.Link + func (p *ListChatOperationsCustomPager) NextPageLink() *odata.Link + type ListChatOperationsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListChatOperationsOperationOptions() ListChatOperationsOperationOptions + func (o ListChatOperationsOperationOptions) ToHeaders() *client.Headers + func (o ListChatOperationsOperationOptions) ToOData() *odata.Query + func (o ListChatOperationsOperationOptions) ToQuery() *client.QueryParams + type ListChatOperationsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.TeamsAsyncOperation + OData *odata.OData + type TeamsAsyncOperationOperationPredicate struct + func (p TeamsAsyncOperationOperationPredicate) Matches(input beta.TeamsAsyncOperation) bool + type UpdateChatOperationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateChatOperationOperationOptions() UpdateChatOperationOperationOptions + func (o UpdateChatOperationOperationOptions) ToHeaders() *client.Headers + func (o UpdateChatOperationOperationOptions) ToOData() *odata.Query + func (o UpdateChatOperationOperationOptions) ToQuery() *client.QueryParams + type UpdateChatOperationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData