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

    Type Alias ApplicationDetailRequestJson

    from message yeying.api.application.ApplicationDetailRequest

    type ApplicationDetailRequestJson = {
        body?: ApplicationDetailRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.application.ApplicationDetailRequestBody body = 2;

    header?: MessageHeaderJson

    from field: yeying.api.common.MessageHeader header = 1;