Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for z/OSMF API response.

export
interface

IVariableInfo

Hierarchy

  • IVariableInfo

Index

Properties

name

name: string

Name of variable.

memberof

IVariableInfo

scope

scope: string

Variable scope.

memberof

IVariableInfo

type

type: string

Variable type.

memberof

IVariableInfo

value

value: string

Variable value.

memberof

IVariableInfo

visibility

visibility: string

Variable visibility (public|private).

memberof

IVariableInfo

Generated using TypeDoc