Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Classes
Enumerations
Interfaces
TypeAliases

ConfigValidatorResponse

Constructors

new ConfigValidatorResponse(appConfigured: Boolean): ConfigValidatorResponse

1
2
const configValidatorResponse = new ConfigValidatorResponse(
  true
)

Properties

Property NameTypeDescription
appConfiguredBoolean
errorString
resultConfigValidatorData
successBoolean

Methods

Build

build(): ConfigValidatorResult

1
2
const resp = configValidatorResponse.build()

Rate this page: