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

    Type Alias BulletinListRequestBodyJson

    from message yeying.api.bulletin.BulletinListRequestBody

    type BulletinListRequestBodyJson = {
        code?: BulletinCodeEnumJson;
        language?: LanguageCodeEnumJson;
        page?: RequestPageJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.bulletin.BulletinCodeEnum code = 1;

    from field: yeying.api.common.LanguageCodeEnum language = 2;

    page?: RequestPageJson

    from field: yeying.api.common.RequestPage page = 3;