ImagePurchasePlan Class

Describes the gallery image definition purchase plan. This is used by marketplace images.

Constructor

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

Variables

Name Description
name
str

The plan ID.

publisher
str

The publisher ID.

product
str

The product ID.

Attributes

name

The plan ID.

name: str | None

product

The product ID.

product: str | None

publisher

The publisher ID.

publisher: str | None