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

    Type Alias SearchServiceCondition

    SearchServiceCondition: Message<"yeying.api.service.SearchServiceCondition"> & {
        code: ServiceCodeEnum;
        keyword: string;
        name: string;
        owner: string;
    }

    Type declaration

    • code: ServiceCodeEnum

      服务类型【参数可选】

      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;

    from message yeying.api.service.SearchServiceCondition