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

    Type Alias CreateLinkRequestJson

    from message yeying.api.asset.CreateLinkRequest

    type CreateLinkRequestJson = {
        body?: CreateLinkRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

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

    header?: MessageHeaderJson

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