@archastro/sdk
    Preparing search index...

    Interface InstallationListResponse

    Paginated list response containing installation objects for an agent.

    interface InstallationListResponse {
        data: Installation[];
    }
    Index

    Properties

    Properties

    data: Installation[]

    Array of installation objects returned for the current page.