PlatformAttributeResponse

data class PlatformAttributeResponse(val name: String, val value: String)

This is the platform attribute of the image version.

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This property specifies the name of the platformAttribute. It is read-only.

Link copied to clipboard

This property specifies the value of the corresponding name property. It is read-only.