接口 ListNamespacesOperation

接口 ListNamespacesOperation {
    limit: number;
    matchConditions?: MatchCondition[];
    maxDepth?: number;
    offset: number;
}

属性

limit: number
matchConditions?: MatchCondition[]
maxDepth?: number
offset: number