SsisObjectMetadataStatusResponse Class

The status of the operation.

Constructor

SsisObjectMetadataStatusResponse(*args: Any, **kwargs: Any)

Variables

Name Description
status
str

The status of the operation.

name
str

The operation name.

properties
str

The operation properties.

error
str

The operation error message.

Attributes

error

The operation error message.

error: str | None

name

The operation name.

name: str | None

properties

The operation properties.

properties: str | None

status

The status of the operation.

status: str | None