Bucket

Bucket class

https://docs.microsoft.com/en-us/graph/api/resources/plannerbucket?view=graph-rest-1.0
The plannerBucket resource represents a bucket (or “custom column”) for tasks in a plan in Office 365.
It is contained in a plannerPlan and can have a collection of plannerTasks.

The Bucket type exposes the following members:

Constructors

NameDescription
Bucket()Initializes a new instance of the Bucket class

Properties

NameDescription
idID of the bucket. Read-only.
nameName of the bucket.
order_hintHint used to order items of this type in a list view.The format is defined as outlined here.
plan_idPlan ID to which the bucket belongs.

See Also