Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Configuration

Package version

Represents a Configuration.

Hierarchy

Index

Properties

Optional allowedValues

allowedValues: undefined | string

Allowed values of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.

Optional dataType

dataType: undefined | string

Data type of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.

Optional defaultValue

defaultValue: undefined | string

Default value of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

Description of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Resource ID NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional source

source: undefined | string

Source of the configuration.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional value

value: undefined | string

Value of the configuration.

Generated using TypeDoc