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
|
The plan ID. |
|
publisher
|
The publisher ID. |
|
product
|
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