Interface SystemVersionComponentsInner

SystemVersionComponentsInner

interface SystemVersionComponentsInner {
    Details?: null | object;
    Name: string;
    Version: string;
}

Properties

Properties

Details?: null | object

Key/value pairs of strings with additional information about the component. These values are intended for informational purposes only, and their content is not defined, and not part of the API specification. These messages can be printed by the client as information to the user.

Name: string

Name of the component

Version: string

Version of the component