ServiceRemoteAttachmentFunctionPool

class dsviper.ServiceRemoteAttachmentFunctionPool

Bases: object

A class used to represent a remote attachment function pool.

Note: Not directly instantiable.

check(func_name: str) ServiceRemoteAttachmentFunctionPoolFunction

Return a function or raise.

documentation() str

Return the documentation.

functions() list[ServiceRemoteAttachmentFunctionPoolFunction]

Return the list of functions.

name() str

Return the name.

query(func_name: str) ServiceRemoteAttachmentFunctionPoolFunction | None

Return a function or None.

uuid() ValueUUId

Return the uuid.