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

    Type Alias BulletinListResponseBodyJson

    from message yeying.api.bulletin.BulletinListResponseBody

    type BulletinListResponseBodyJson = {
        page?: ResponsePageJson;
        solutions?: SolutionMetadataJson[];
        status?: ResponseStatusJson;
    }
    Index

    Properties

    page?: ResponsePageJson

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

    solutions?: SolutionMetadataJson[]

    from field: repeated yeying.api.bulletin.SolutionMetadata solutions = 2;

    status?: ResponseStatusJson

    from field: yeying.api.common.ResponseStatus status = 1;