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

    Type Alias LinkDetailRequestJson

    from message yeying.api.asset.LinkDetailRequest

    type LinkDetailRequestJson = {
        body?: LinkDetailRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.asset.LinkDetailRequestBody body = 2;

    header?: MessageHeaderJson

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