Skip to main content

EOIUpdateConfigResponse

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIUpdateConfigResponse

Class: EOIUpdateConfigResponse

Response wrapper for updateConfig.

Extends

Constructors

Constructor

new EOIUpdateConfigResponse(eoiResponse): EOIUpdateConfigResponse

Parameters

eoiResponse

EOIResponse

Raw API response.

Returns

EOIUpdateConfigResponse

Overrides

EOIBaseOutputs.constructor

Properties

success

success: boolean

Indicates whether the API call completed successfully.

Inherited from

EOIBaseOutputs.success


message?

optional message: string

Optional human-readable message returned by the API.

Inherited from

EOIBaseOutputs.message