PlatformAttribute Class
This is the platform attribute of the image version.
Constructor
PlatformAttribute(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
This property specifies the name of the platformAttribute. It is read-only. |
|
value
|
This property specifies the value of the corresponding name property. It is read-only. |
Attributes
name
This property specifies the name of the platformAttribute. It is read-only.
name: str | None
value
This property specifies the value of the corresponding name property. It is read-only.
value: str | None