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 DeleteTodoOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteTodoOperationOptions() DeleteTodoOperationOptions + func (o DeleteTodoOperationOptions) ToHeaders() *client.Headers + func (o DeleteTodoOperationOptions) ToOData() *odata.Query + func (o DeleteTodoOperationOptions) ToQuery() *client.QueryParams + type DeleteTodoOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetTodoOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetTodoOperationOptions() GetTodoOperationOptions + func (o GetTodoOperationOptions) ToHeaders() *client.Headers + func (o GetTodoOperationOptions) ToOData() *odata.Query + func (o GetTodoOperationOptions) ToQuery() *client.QueryParams + type GetTodoOperationResponse struct + HttpResponse *http.Response + Model *beta.Todo + OData *odata.OData + type TodoClient struct + Client *msgraph.Client + func NewTodoClientWithBaseURI(sdkApi sdkEnv.Api) (*TodoClient, error) + func (c TodoClient) DeleteTodo(ctx context.Context, id beta.UserId, options DeleteTodoOperationOptions) (result DeleteTodoOperationResponse, err error) + func (c TodoClient) GetTodo(ctx context.Context, id beta.UserId, options GetTodoOperationOptions) (result GetTodoOperationResponse, err error) + func (c TodoClient) UpdateTodo(ctx context.Context, id beta.UserId, input beta.Todo, ...) (result UpdateTodoOperationResponse, err error) + type UpdateTodoOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateTodoOperationOptions() UpdateTodoOperationOptions + func (o UpdateTodoOperationOptions) ToHeaders() *client.Headers + func (o UpdateTodoOperationOptions) ToOData() *odata.Query + func (o UpdateTodoOperationOptions) ToQuery() *client.QueryParams + type UpdateTodoOperationResponse struct + HttpResponse *http.Response + OData *odata.OData