@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias SearchServiceConditionJson

    from message yeying.api.service.SearchServiceCondition

    type SearchServiceConditionJson = {
        code?: ServiceCodeEnumJson;
        keyword?: string;
        name?: string;
        owner?: string;
    }
    Index

    Properties

    服务类型【参数可选】

    from field: yeying.api.common.ServiceCodeEnum code = 1;

    keyword?: string

    输入[服务所有者、服务名称]关键字搜索【参数可选】

    from field: string keyword = 4;

    name?: string

    服务名称【参数可选】

    from field: string name = 3;

    owner?: string

    服务所有者【参数可选】

    from field: string owner = 2;