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

    Type Alias DeleteAssetRequestJson

    from message yeying.api.asset.DeleteAssetRequest

    type DeleteAssetRequestJson = {
        body?: DeleteAssetRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

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

    header?: MessageHeaderJson

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