Patch Class

The request for reservation patch.

Constructor

Patch(*args: Any, **kwargs: Any)

Variables

Name Description
properties

Properties for reservation patch.

sku

The sku information associated to this reservation.

tags

Tags for this reservation.

Attributes

properties

Properties for reservation patch.

properties: _models.PatchProperties | None

sku

The sku information associated to this reservation.

sku: _models.ReservationSkuProperty | None

tags

Tags for this reservation.

tags: dict[str, str] | None