Package version:

Interface PlatformAttribute

This is the platform attribute of the image version.

interface PlatformAttribute {
    name?: string;
    value?: string;
}

Properties

Properties

name?: string

This property specifies the name of the platformAttribute. It is read-only. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

This property specifies the value of the corresponding name property. It is read-only. NOTE: This property will not be serialized. It can only be populated by the server.