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

    Type Alias CreateServiceRequestJson

    create

    from message yeying.api.service.CreateServiceRequest

    type CreateServiceRequestJson = {
        body?: CreateServiceRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.service.CreateServiceRequestBody body = 2;

    header?: MessageHeaderJson

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