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

    Type Alias CreateApplicationRequestJson

    from message yeying.api.application.CreateApplicationRequest

    type CreateApplicationRequestJson = {
        body?: CreateApplicationRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

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

    header?: MessageHeaderJson

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