Documentation
    Preparing search index...
    {
    * namespace: "namespace"
    * }
    interface ActorsListRequest {
        actorIds?: string;
        cursor?: string;
        includeDestroyed?: boolean;
        key?: string;
        limit?: number;
        name?: string;
        namespace: string;
    }
    Index

    Properties

    actorIds?: string
    cursor?: string
    includeDestroyed?: boolean
    key?: string
    limit?: number
    name?: string
    namespace: string