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 DeletePlannerOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeletePlannerOperationOptions() DeletePlannerOperationOptions + func (o DeletePlannerOperationOptions) ToHeaders() *client.Headers + func (o DeletePlannerOperationOptions) ToOData() *odata.Query + func (o DeletePlannerOperationOptions) ToQuery() *client.QueryParams + type DeletePlannerOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetPlannerOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetPlannerOperationOptions() GetPlannerOperationOptions + func (o GetPlannerOperationOptions) ToHeaders() *client.Headers + func (o GetPlannerOperationOptions) ToOData() *odata.Query + func (o GetPlannerOperationOptions) ToQuery() *client.QueryParams + type GetPlannerOperationResponse struct + HttpResponse *http.Response + Model *beta.PlannerUser + OData *odata.OData + type PlannerClient struct + Client *msgraph.Client + func NewPlannerClientWithBaseURI(sdkApi sdkEnv.Api) (*PlannerClient, error) + func (c PlannerClient) DeletePlanner(ctx context.Context, id beta.UserId, options DeletePlannerOperationOptions) (result DeletePlannerOperationResponse, err error) + func (c PlannerClient) GetPlanner(ctx context.Context, id beta.UserId, options GetPlannerOperationOptions) (result GetPlannerOperationResponse, err error) + func (c PlannerClient) UpdatePlanner(ctx context.Context, id beta.UserId, input beta.PlannerUser, ...) (result UpdatePlannerOperationResponse, err error) + type UpdatePlannerOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdatePlannerOperationOptions() UpdatePlannerOperationOptions + func (o UpdatePlannerOperationOptions) ToHeaders() *client.Headers + func (o UpdatePlannerOperationOptions) ToOData() *odata.Query + func (o UpdatePlannerOperationOptions) ToQuery() *client.QueryParams + type UpdatePlannerOperationResponse struct + HttpResponse *http.Response + OData *odata.OData